Skip to content

Commit 0c85400

Browse files
committed
Test development mode
1 parent 23e6789 commit 0c85400

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "jderobot-commsmanager",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"scripts": {
77
"test": "echo \"Error: no test specified\"",
8-
"build": "webpack --mode production --config webpack.config.js",
8+
"build": "webpack --mode development --config webpack.config.js",
99
"postbuild": "cp package.json dist"
1010
},
1111
"files": ["dist"],

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ module.exports = {
1818
filename: 'main.js',
1919
path: path.resolve(__dirname, 'dist'),
2020
},
21+
devtool: 'source-map'
2122
};

0 commit comments

Comments
 (0)