We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675669d commit e0a5d99Copy full SHA for e0a5d99
1 file changed
packages/google-analytics-embed-react/package.json
@@ -16,8 +16,8 @@
16
"email": "whizsid@aol.com"
17
},
18
"scripts": {
19
- "build": "rollup -c --bundleConfigAsCjs",
20
- "build:prod": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
+ "build": "rollup -c",
+ "build:prod": "rollup -c --environment BUILD:production",
21
"prettier:check": "prettier --check src/*",
22
"prettier:fix": "prettier --write src/*",
23
"lint:check": "eslint src/*",
0 commit comments