Skip to content

Commit ad36ed8

Browse files
committed
Fix build of loc test project.
1 parent 43ca58a commit ad36ed8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build-tests/localization-plugin-test-03/webpack.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function(env) {
7575
passthroughLocale: {
7676
usePassthroughLocale: true
7777
},
78-
pseudoLocales: {
78+
pseudolocales: {
7979
'qps-ploca': {
8080
append: '',
8181
prepend: ''
@@ -103,8 +103,7 @@ module.exports = function(env) {
103103
}),
104104
new SetPublicPathPlugin({
105105
scriptName: {
106-
name: '[name]_[locale]_[contenthash].js',
107-
isTokenized: true
106+
useAssetName: true
108107
}
109108
}),
110109
new HtmlWebpackPlugin()

0 commit comments

Comments
 (0)