Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 27fccbd..cca8fe2 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -8,13 +8,13 @@ module.exports = (env, argv) => ({
output: {
filename: "editor.js",
path: path.resolve(__dirname, "build"),
- jsonpFunction: 'webpackJsonpMarkdown'
+ jsonpFunction: 'webpackJsonpMarkdown2'
},
resolve: {
extensions: [".ts", ".js"]
},
plugins: [
- new CleanWebpackPlugin(['build']),
+ new CleanWebpackPlugin(),
new ExtractTextPlugin({
filename: "styles.css",
allChunks: true