Changed the example command for Mithril Bundler to be more consistent with Webpack quick start.
This commit is contained in:
parent
b1f1a2b94b
commit
86549d3d48
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ If you want to try it and give feedback, you can open `package.json` and change
|
||||||
{
|
{
|
||||||
"name": "my-project",
|
"name": "my-project",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bundle index.js --output app.js --watch"
|
"build": "bundle src/index.js --output bin/app.js --watch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue