Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zk922 committed Jan 10, 2019
1 parent 7f60ed4 commit 5f63b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config_scripts/0.base.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
mode: 'development',
devtool: 'inline-source-map',
resolve: {},
module: {
rules: []
},
Expand Down
1 change: 1 addition & 0 deletions scripts/config_scripts/0.loader-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const {SRC_PATH, PROJECT_PATH} = require('./0.app-path');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const path = require('path');

const isProduction = process.env.NODE_ENV === 'production';
/**
Expand Down

0 comments on commit 5f63b11

Please sign in to comment.