mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
out/languages is no longer available (#4989)
This commit is contained in:
parent
cf7739b752
commit
c5e6b52034
1 changed files with 1 additions and 4 deletions
|
|
@ -7,8 +7,8 @@ import * as webpack from "webpack";
|
|||
import * as path from "path";
|
||||
import * as HtmlWebpackPlugin from "html-webpack-plugin";
|
||||
import { CleanWebpackPlugin } from "clean-webpack-plugin";
|
||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||
import * as CopyPlugin from "copy-webpack-plugin";
|
||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||
|
||||
const r = (file: string) => path.resolve(__dirname, file);
|
||||
|
||||
|
|
@ -131,9 +131,6 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
}),
|
||||
new CopyPlugin({
|
||||
patterns: [{ from: "../out/languages/", to: "./out/languages/" }],
|
||||
}),
|
||||
],
|
||||
} as webpack.Configuration;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue