mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-02-03 13:22:05 +02:00
disabling production mode webpack
This commit is contained in:
parent
27cf71851b
commit
dc69e32d7e
@ -5,7 +5,7 @@ module.exports = {
|
||||
'app': __dirname+'/main.ts'
|
||||
},
|
||||
output: {
|
||||
filename: __dirname+'./dist/[name]-bundle.js',
|
||||
filename: __dirname+'/dist/[name]-bundle.js',
|
||||
library: ['peer']
|
||||
},
|
||||
// Turn on sourcemaps
|
||||
|
@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"main": "./backend/server.js",
|
||||
"scripts": {
|
||||
"install": "typings install && tsc -p backend && webpack --config ./frontend/webpack.config.js -p ",
|
||||
"install": "typings install && tsc -p backend && tsc - common && webpack --config ./frontend/webpack.config.js ",
|
||||
"pretest": "typings install",
|
||||
"test": "karma start ./karma.conf.js",
|
||||
"start": "node ./backend/server"
|
||||
|
Loading…
x
Reference in New Issue
Block a user