This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Broken jquery #10
Comments
lpiepiora
added a commit
that referenced
this issue
Feb 1, 2015
Revert a commit with data.loaders (fix #10)
Facepalm... |
@vpetrenko can you please check if the latest version fixes this issue? |
Everything seems to work now. Thanks! |
If a package is required using the loader, such as require('exports?window.angular!angular'), will be equivalent to require('angular'). I think it's the fact that the expected... |
@vpetrenko, can you give us to provide the source code of the project where you thus connect jquery? output: {
filename: '[name].js',
libraryTarget: 'var',
library: '[name]'
},
plugins: [
new BowerPlugin({
manifestFiles: ['bower.json', '.bower.json']
}),
new webpack.ProvidePlugin({
'$': 'jquery'
})
] Thus jquery connects automatically from the bower package by using the variable $. |
ping |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: