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 f3ce75f commit 6a43030Copy full SHA for 6a43030
package.json
@@ -13,7 +13,7 @@
13
"prebuild": "npm run clean",
14
"test": "./test/run_tests_and_server.sh",
15
"dev": "webpack --progress --colors --config webpack.config.js --mode=development",
16
- "build": "webpack --progress --colors --config webpack.config.js --mode=production && cp dist/webgazer.js www/. && cp dist/webgazer.js www/data/src/.",
+ "build": "webpack --progress --colors --config webpack.config.js --mode=production && cp dist/webgazer.js www/. && cp dist/webgazer.js www/data/src/. && cp dist/webgazer.js.map www/. && cp dist/webgazer.js.map www/data/src/.",
17
"gen_docs": "jsdoc -c jsdoc.conf.json src/*"
18
},
19
"files": [
0 commit comments