From 268c864683c75b58fc8b1cd847c3183265925a1a Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 30 Apr 2019 15:13:52 +0800 Subject: [PATCH] update --- vue.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 1701391e..30d40ea6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -55,7 +55,9 @@ module.exports = { }, chainWebpack(config) { const cdn = { - js: ['https://cdn.jsdelivr.net/npm/tinymce@4.7.5/tinymce.min.js'] + // inject tinymce into index.html + // why use this cdn, detail see https://github.com/PanJiaChen/tinymce-all-in-one + js: ['https://cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.2/tinymce.min.js'] } config.plugin('html') .tap(args => {