mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
out/languages is no longer available
This commit is contained in:
parent
cf7739b752
commit
a97acbf8a9
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 path from "path";
|
||||||
import * as HtmlWebpackPlugin from "html-webpack-plugin";
|
import * as HtmlWebpackPlugin from "html-webpack-plugin";
|
||||||
import { CleanWebpackPlugin } from "clean-webpack-plugin";
|
import { CleanWebpackPlugin } from "clean-webpack-plugin";
|
||||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
|
||||||
import * as CopyPlugin from "copy-webpack-plugin";
|
import * as CopyPlugin from "copy-webpack-plugin";
|
||||||
|
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||||
|
|
||||||
const r = (file: string) => path.resolve(__dirname, file);
|
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;
|
} as webpack.Configuration;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue