Skip to content

Commit fd95387

Browse files
author
uid10804
committed
fix(template): adapt jsonfilepath in webpack config
1 parent 94f0799 commit fd95387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/template/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
DEBUG: false,
1414
}),
1515
new CopyPlugin([
16-
{ from: appConfig.jsonFile, to: './db.json' },
16+
{ from: appConfig.jsonFile, to: '../db.json' },
1717
{ from: './config/appconfig.json', to: './config/appconfig.json' },
1818
]),
1919
],

0 commit comments

Comments
 (0)