We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fde8bf + 42a8662 commit 5ad0dd1Copy full SHA for 5ad0dd1
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
replace({
36
'process.env.NODE_ENV': JSON.stringify(env)
0 commit comments