Open
Description
Hi, I got a problem when use expose and dll plugin at the same time, when I put the jquery in dll plugin, it will not work.
If I don't use dll plugin, it can work well both use require('expose?jQuery!jquery')
and write it in webpack config file.
But since I put jquery in dll plugin, it can only work by using require('expose?jQuery!jquery')
. If I write the jquery loader in config file, it will not work. All the code is the same, except I write a dll plugin.
Metadata
Assignees
Labels
No labels
Activity