-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hey guys,
I'm trying to use this plugin with webpack 4.
I have the following configuration
entry: {
bundle: './js/app.js',
},
output: {
path: path.join(__dirname, 'public'),
filename: 'dist/[name].[chunkhash].js'
},
resolve: {
plugins: [new BowerResolvePlugin()],
modules: ['libs'], //This is the directory of my bower moduls
descriptionFiles: ['bower.json'],
mainFields: ['browser', 'main']
},
But it doesn't load any dependency.
Can you please help me with some usage example?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels