We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1505ce3 commit 16e2570Copy full SHA for 16e2570
example/README.md
@@ -3,7 +3,7 @@
3
This directory servers as minimal reproducible configuration for Webpack and
4
Rollup.
5
6
-Run `npm install`, and then:
+Run `npm install && npm run build`, and then:
7
8
- `npm run build:webpack:cjs` - Run Webpack config as CommonJS module
9
- `npm run build:rollup:cjs` - Run Rollup config as CommonJS module
example/package.json
@@ -1,6 +1,5 @@
1
{
2
"scripts": {
- "postinstall": "npm run build",
"build": "cd .. && npm run build",
"build:webpack:cjs": "webpack --config ./cjs/webpack.config.js",
"build:webpack:esm": "webpack --config ./esm/webpack.config.mjs",
0 commit comments