@zipify/wysiwyg 1.0.0-dev.20 → 1.0.0-dev.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,8 +15,6 @@ module.exports = {
15
15
  module: true
16
16
  },
17
17
 
18
- devtool: 'source-map',
19
-
20
18
  resolve: {
21
19
  extensions: ['*', '.js', '.vue', '.json']
22
20
  },
@@ -39,6 +37,10 @@ module.exports = {
39
37
  outputModule: true
40
38
  },
41
39
 
40
+ optimization: {
41
+ minimize: false
42
+ },
43
+
42
44
  plugins: [
43
45
  new VueLoaderPlugin(),
44
46
  new MiniCssExtractPlugin({ filename: 'wysiwyg.css' })
package/dist/wysiwyg.css CHANGED
@@ -1116,5 +1116,3 @@ img.ProseMirror-separator {
1116
1116
 
1117
1117
 
1118
1118
 
1119
-
1120
- /*# sourceMappingURL=wysiwyg.css.map*/