Skip to content

Commit

Permalink
fix: nightingale-app-console has side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 18, 2021
1 parent 031bfa9 commit 54d752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nightingale-app-console/package.json
Expand Up @@ -56,7 +56,7 @@
"module:browser-dev": "./dist/index-browser-dev.es.js",
"module:modern-browsers": "./dist/index-browsermodern.es.js",
"module:modern-browsers-dev": "./dist/index-browsermodern-dev.es.js",
"sideEffects": false,
"sideEffects": true,
"scripts": {
"build": "pob-build && yarn run build:definitions",
"build:definitions": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 54d752c

Please sign in to comment.