Merge pull request #1008 from glacambre/prevent_minification

Prevent webpack from minifying source code
This commit is contained in:
Oliver Blanthorn 2018-09-15 10:33:40 +01:00 committed by GitHub
commit 69167a1a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ const CopyWebPackPlugin = require("copy-webpack-plugin")
// const WebpackShellPlugin = require('webpack-shell-plugin')
module.exports = {
mode: "development",
entry: {
background: "./src/background.ts",
content: "./src/content.ts",