We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f0799 commit fd95387Copy full SHA for fd95387
packages/template/webpack.config.js
@@ -13,7 +13,7 @@ module.exports = {
13
DEBUG: false,
14
}),
15
new CopyPlugin([
16
- { from: appConfig.jsonFile, to: './db.json' },
+ { from: appConfig.jsonFile, to: '../db.json' },
17
{ from: './config/appconfig.json', to: './config/appconfig.json' },
18
]),
19
],
0 commit comments