bundle jquery and enable animations for metadata page
This commit is contained in:
parent
26644c06c4
commit
0aca394e1e
6 changed files with 8 additions and 2635 deletions
|
@ -9,19 +9,11 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'dist'),
|
||||
libraryTarget: 'amd-require'
|
||||
},
|
||||
|
||||
externals: [{
|
||||
jquery: {
|
||||
amd: "jQuery"
|
||||
}
|
||||
}],
|
||||
|
||||
resolve: {
|
||||
modules: [
|
||||
path.resolve(__dirname, 'node_modules')
|
||||
]
|
||||
},
|
||||
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
@ -34,7 +26,6 @@ module.exports = {
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new CopyPlugin([{
|
||||
from: '**/*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue