mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Merge pull request #1008 from glacambre/prevent_minification
Prevent webpack from minifying source code
This commit is contained in:
commit
69167a1a7e
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue