We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8280c commit 63b3eb5Copy full SHA for 63b3eb5
examples/type-n-search/package.json
@@ -17,7 +17,7 @@
17
]
18
},
19
"scripts": {
20
- "build": "NODE_ENV=production browserify src/app.jsx --extension=.jsx | java -jar bin/compiler.jar > public/app.js",
+ "build": "NODE_ENV=production browserify src/app.jsx --extension=.jsx --extension=.es6| java -jar ../todomvc/bin/compiler.jar > public/app.js",
21
"start": "ecstatic -p 8000 public",
22
"watch": "watchify -d src/app.jsx --extension=.jsx --extension=.es6 -o public/app.js -dv",
23
"test": "jest"
0 commit comments