Commit 4407e28d authored by Tim Zallmann's avatar Tim Zallmann

Trying it with no features turned on for Monaco

parent 9fd9d135
......@@ -232,7 +232,9 @@ module.exports = {
new VueLoaderPlugin(),
// automatically configure monaco editor web workers
new MonacoWebpackPlugin(),
new MonacoWebpackPlugin({
features: [],
}),
// prevent pikaday from including moment.js
new webpack.IgnorePlugin(/moment/, /pikaday/),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment