We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1973f7 commit 42a8662Copy full SHA for 42a8662
rollup.config.js
@@ -12,6 +12,7 @@ const config = {
12
13
if (env === 'es' || env === 'cjs') {
14
config.format = env;
15
+ config.sourceMap = true;
16
config.external = [
17
'invariant',
18
'lodash.curry',
@@ -29,6 +30,7 @@ if (env === 'es' || env === 'cjs') {
29
30
if (env === 'development' || env === 'production') {
31
config.format = 'umd';
32
config.moduleName = 'NgRedux';
33
34
config.plugins.push(
35
nodeResolve({
36
jsnext: true,
0 commit comments