mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Use .js extension in example for consistency
This commit is contained in:
parent
c42733ec95
commit
b8411b2dc2
@ -13,7 +13,7 @@
|
||||
"watchify": "^3.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify -t [ envify --NODE_ENV production ] -t reactify -g uglifyify lib/index.jsx -o bundle.js",
|
||||
"start": "watchify -v -d -t reactify lib/index.jsx -o bundle.js"
|
||||
"build": "browserify -t [ envify --NODE_ENV production ] -t reactify -g uglifyify lib/index.js -o bundle.js",
|
||||
"start": "watchify -v -d -t reactify lib/index.js -o bundle.js"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user