mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
copy nls
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
'use strict';
|
||||
|
||||
const withDefaults = require('../shared.webpack.config');
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
|
||||
module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
@@ -19,5 +20,10 @@ module.exports = withDefaults({
|
||||
},
|
||||
entry: {
|
||||
extension: './src/extension.ts',
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
new CopyWebpackPlugin([
|
||||
{ from: './out/nls.*.json', to: '[name].json' }
|
||||
])
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user