Enable translations for extension code for the web (#155355)

* Initial attempt

* alex feedback
This commit is contained in:
Tyler James Leonhardt
2022-08-08 09:11:16 -07:00
committed by GitHub
parent 12b1f7ceb4
commit 49394cc44d
12 changed files with 195 additions and 40 deletions

View File

@@ -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({