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 23e6789 commit 0c85400Copy full SHA for 0c85400
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "jderobot-commsmanager",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"scripts": {
7
"test": "echo \"Error: no test specified\"",
8
- "build": "webpack --mode production --config webpack.config.js",
+ "build": "webpack --mode development --config webpack.config.js",
9
"postbuild": "cp package.json dist"
10
},
11
"files": ["dist"],
webpack.config.js
@@ -18,4 +18,5 @@ module.exports = {
18
filename: 'main.js',
19
path: path.resolve(__dirname, 'dist'),
20
21
+ devtool: 'source-map'
22
};
0 commit comments