Skip to content

Commit 90ac06f

Browse files
committed
add namedExport option for old behaviour
1 parent f1ca269 commit 90ac06f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module.exports = {
1212
loader: 'css-loader',
1313
options: {
1414
modules: {
15-
auto: true
15+
auto: true,
16+
namedExport: false
1617
}
1718
}
1819
},

0 commit comments

Comments
 (0)