Skip to content

Commit 626de7c

Browse files
author
borysn
committed
update webpack config
1 parent ab17882 commit 626de7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/config/webpack.common.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ module.exports = {
1313
},
1414

1515
resolve: {
16-
extensions: ['', '.js', '.ts', '.css', '.scss', '.json', '.html'],
17-
root: helpers.root('src'),
18-
modulesDirectories: ['node_modules'],
16+
modules: [helpers.root('src'), "node_modules"],
17+
descriptionFiles: ['package.json'],
18+
extensions: ['', '.js', '.ts', '.css', '.scss', '.json', '.html']
1919
},
2020

2121
module: {

0 commit comments

Comments
 (0)