mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Enable translations for extension code for the web (#155355)
* Initial attempt * alex feedback
This commit is contained in:
committed by
GitHub
parent
12b1f7ceb4
commit
49394cc44d
@@ -37,7 +37,7 @@ module.exports = withBrowserDefaults({
|
||||
extension: './src/extension.browser.ts',
|
||||
},
|
||||
plugins: [
|
||||
...browserPlugins, // add plugins, don't replace inherited
|
||||
...browserPlugins(__dirname), // add plugins, don't replace inherited
|
||||
|
||||
// @ts-ignore
|
||||
new CopyPlugin({
|
||||
|
||||
Reference in New Issue
Block a user