Add files via upload
This commit is contained in:
16
webpack.config.js
Normal file
16
webpack.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
||||
test: /\.css$/,
|
||||
use: [ 'style-loader', 'css-loader', 'cssimportant-loader' ]
|
||||
}
|
||||
]
|
||||
},
|
||||
devServer: {
|
||||
host: 'es2cd.io',
|
||||
port: 8080,
|
||||
disableHostCheck : true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user