-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
ERROR in ./~/bootstrap-webpack/index.loader.js!./resources/bootstrap.config.js
Module not found: Error: Can't resolve '[object Object],[object Object],[object Object],[object Object],[object Object]'
with the configuration in bootstrap.config.js.
module.exports = {
styleLoader: require('extract-text-webpack-plugin').extract({fallback:'style-loader',use:'css-loader!postcss-loader!less-loader'}),
scripts: {
...
},
styles: {
...
}
};
I've already installed the extract-text-webpack-plugin, and i notice that, without the plugin, the configuraion could be working:
module.exports = {
styleLoader: 'style-loader!-loader!less-loader',
scripts: {
...
},
styles: {
...
}
};
I notice that the api of the extract-text-webpack-plugin changed. That's why the configuration not working?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels