bundle jquery and enable animations for metadata page

This commit is contained in:
dkanada 2019-09-12 04:01:53 -07:00
parent 26644c06c4
commit 0aca394e1e
6 changed files with 8 additions and 2635 deletions

View file

@ -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: '**/*',