Skip to content

Commit

Permalink
Merge pull request #11658 from MoonE/webpack-dev-server
Browse files Browse the repository at this point in the history
Make webpack dev server run with current version
  • Loading branch information
ahocevar committed Oct 18, 2020
2 parents bfeeba2 + a520252 commit f102e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run test-spec && npm run test-rendering -- --force",
"karma": "karma start test/karma.config.js",
"start": "npm run serve-examples",
"serve-examples": "webpack-dev-server --config examples/webpack/config.js --mode development --watch",
"serve-examples": "webpack serve --config examples/webpack/config.js --mode development --watch",
"build-examples": "webpack --config examples/webpack/config.js --mode production",
"build-package": "npm run transpile && npm run copy-css && node tasks/prepare-package && shx cp README.md build/ol",
"build-index": "npm run build-package && node tasks/generate-index",
Expand Down

0 comments on commit f102e11

Please sign in to comment.