mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
move relative path in react-sdk to webpack config file
otherwise react-sdk can't build anymore with riot-web in a specific location
This commit is contained in:
parent
070cc77e0f
commit
223d8a87ca
1 changed files with 1 additions and 1 deletions
|
@ -162,8 +162,8 @@ module.exports = {
|
|||
'process.env': {
|
||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
||||
},
|
||||
'LANGUAGES_FILE': "'../../riot-web/webapp/i18n/languages.json'", // relative to languageHandler.js in matrix-react-sdk
|
||||
}),
|
||||
|
||||
new ExtractTextPlugin("bundles/[hash]/[name].css", {
|
||||
allChunks: true,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue