Juan Christian
2019-09-15 14:41:02Contoh syntax
module.exports = {
module: {
rules: [
{
test: /\.css$/i,
use: [
'handlebars-loader', // handlebars loader expects raw resource string
'extract-loader',
'css-loader',
],
},
],
},
};
Showing 1-1 of 1 item.
Arief Siswanto
2019-09-16 08:53:19