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

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-04-02 15:42:28 +0300
committerRobin Appelman <robin@icewind.nl>2019-04-02 15:42:28 +0300
commitdc264631fe500940ff3dd4986f3ebbf1618b42e6 (patch)
tree0ac00f3b3e4e028fe6b2289f048ba30a8b6daa88 /webpack.config.js
parent913bae057f1a0b0965620b7c1c83b58898bc9d9a (diff)
bumb dependencies and cleanup chunk loadingv2.0.6
Signed-off-by: Robin Appelman <robin@icewind.nl>
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