Rename .jsx -> .js
This commit is contained in:
parent
138c14b215
commit
6d128ec863
2 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
"watchify": "^2.1.1"
|
"watchify": "^2.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "watchify -o public/dist/bundle.min.js -v -d public/script.jsx",
|
"watch": "watchify -o public/dist/bundle.min.js -v -d public/script.js",
|
||||||
"postinstall": "browserify public/script.jsx | uglifyjs -cm > public/dist/bundle.min.js"
|
"postinstall": "browserify public/script.js | uglifyjs -cm > public/dist/bundle.min.js"
|
||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
"transform": [
|
"transform": [
|
||||||
|
|
Loading…
Reference in a new issue