Skip to content

Commit

Permalink
fix(dvmProd): remove globoptions
Browse files Browse the repository at this point in the history
Fix build error when DvM is in node_modules
  • Loading branch information
splashdust committed Dec 19, 2022
1 parent 7006298 commit e94e9cc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dvm-build/webpack/webpack.dvm.prod.conf.js
Expand Up @@ -82,12 +82,7 @@ var webpackConfig = merge(baseWebpackConfig, {
patterns:[
{
from: path.resolve(__dirname, "../../dvm-app/static"),
to: buildSettings.build.assetsSubDirectory,
globOptions: {
dot: true,
gitignore: true,
ignore: [".*"]
}
to: buildSettings.build.assetsSubDirectory
}
]
}),
Expand Down

0 comments on commit e94e9cc

Please sign in to comment.