Skip to content

Commit

Permalink
chore: update dist mode to production
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed Apr 18, 2019
1 parent d8dbed1 commit afc276e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/nino.koei.js
Expand Up @@ -3,8 +3,7 @@ const cwd = process.cwd();
const CopyWebpackPlugin = require('copy-webpack-plugin');

module.exports = {
mode: 'development',
devtool: 'source-map',
mode: 'production',
entry: {
'lib/canvas': path.join(cwd + '/src/canvas'),
'lib/toolbar': path.join(cwd + '/src/tools'),
Expand Down

0 comments on commit afc276e

Please sign in to comment.