Skip to content

Commit

Permalink
update webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
chilijung committed Mar 8, 2018
1 parent b33f373 commit 3b55ac6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
11 changes: 11 additions & 0 deletions webpack.config.ghPages.js → webpack.config.ghPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ module.exports = {
test: /\.js$/,
use: 'babel',
exclude: path.resolve(__dirname, "node_modules")
},
{
test: /\.css$/,
use: [
{
loader: 'style-loader'
},
{
loader: 'css-loader'
}
]
}
]
}
Expand Down
29 changes: 0 additions & 29 deletions webpack.config.prod.js

This file was deleted.

0 comments on commit 3b55ac6

Please sign in to comment.