Jul 30, 2017 · 1 min read
What console command need to use to migrate from 2 to 3?
How made this works for wp3?module.exports = {
module: {
entry: {
app: ['bootstrap-loader']
},
loaders: [
{
test: /\.(ttf|eot|svg|woff(2)?)(\?[a-z0-9=&.]+)?$/,
loader: 'file-loader'
},
{
test: /bootstrap-sass(\\|\/)assets(\\|\/)javascripts(\\|\/)/,
loader: 'imports?jQuery=jquery'
}
]
}
};
thank
