First commit. Taken from open source branch of internal sample-tracking application.
This commit is contained in:
11
webpack.config.js
Normal file
11
webpack.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
entry: './src/js/index.js',
|
||||
output: {
|
||||
filename: 'index.bundle.js'
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{ test: /\.css$/, use: ['style-loader','css-loader']} ]
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user