Skip to content

Commit b1f57b5

Browse files
committed
build(general): remove 'serve' due to HMR incompatibility with ES6 module exports
1 parent eb860b3 commit b1f57b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Do you have a great idea or a request for a new feature? Please use [Discussions
7272
```bash
7373
npm start
7474
```
75-
7. Now each changes that you do on Reactylon project, will be reflected on playground project.
7675
7776
7. Test on plaground project.
7877
8. Go back on Reactylon project, write the integration tests and run them from the _packages/library_ directory using the command `npm run test`.

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"init": "npm ci",
13-
"build:local": "bash ../../scripts/copy.sh && webpack serve --env isLogging=true",
13+
"build:local": "bash ../../scripts/copy.sh && webpack --env isLogging=true",
1414
"build": "webpack --env environment=PROD",
1515
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
1616
"test:debug": "NODE_OPTIONS=--experimental-vm-modules node --inspect-brk ../../node_modules/.bin/jest",

0 commit comments

Comments
 (0)