There was an error while loading. Please reload this page.
1 parent 43ca58a commit ad36ed8Copy full SHA for ad36ed8
1 file changed
build-tests/localization-plugin-test-03/webpack.config.js
@@ -75,7 +75,7 @@ module.exports = function(env) {
75
passthroughLocale: {
76
usePassthroughLocale: true
77
},
78
- pseudoLocales: {
+ pseudolocales: {
79
'qps-ploca': {
80
append: '',
81
prepend: ''
@@ -103,8 +103,7 @@ module.exports = function(env) {
103
}),
104
new SetPublicPathPlugin({
105
scriptName: {
106
- name: '[name]_[locale]_[contenthash].js',
107
- isTokenized: true
+ useAssetName: true
108
}
109
110
new HtmlWebpackPlugin()
0 commit comments