PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.4
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.4
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | classes/Visualizer/Gutenberg/webpack.config.js +11 -0 3.1.03.4.4 View file →
@@ -52,8 +52,19 @@
52 52 outputStyle:
53 53 'production' === process.env.NODE_ENV ? 'compressed' : 'nested'
54 54 }
55 55 } ]
56 + },
57 + {
58 + test: /\.(png|jpe?g|gif)$/,
59 + use: [
60 + {
61 + loader: 'file-loader',
62 + options: {
63 + name: './[name].[ext]'
64 + }
65 + }
66 + ]
56 67 }
57 68 ]
58 69 },
59 70 optimization: {