Skip to content

Commit

Permalink
example(chrome-plugin): Update .kktrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2019
1 parent 057c5ea commit e9003dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/chrome-plugin/.kktrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
config: (conf, { dev, env, ...other }, webpack) => {
conf = {
...conf,
mode: env === 'prod' ? 'production' : 'development',
devtool: 'source-map',
entry: other.appIndex,
output: {
Expand Down

0 comments on commit e9003dd

Please sign in to comment.