Skip to content

Commit 8b50650

Browse files
author
Ron de las Alas
committed
ci: Revert changes to WP config
1 parent b9aed4e commit 8b50650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.makeConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const makeConfig = function (defaultConfig, options) {
8080
options: {
8181
modules: true,
8282
importLoaders: 1,
83-
// localIdentName: '[name]_[local]_[hash:base64:5]',
83+
localIdentName: '[name]_[local]_[hash:base64:5]',
8484
camelCase: true
8585
}
8686
}, {

0 commit comments

Comments
 (0)