Hits: 134
ScreenCast from v.0.0.1 – Video (Gif Animation)

Download & Project: https://github.com/kzorluoglu/smartmrk
First Prototype

Developer, Maker.
Hits: 134
ScreenCast from v.0.0.1 – Video (Gif Animation)
Download & Project: https://github.com/kzorluoglu/smartmrk
First Prototype
Hits: 1133
Modify HtmlWebpackPlugin in the Files .electron-vue/webpack.web.config.js
and .electron-vue/webpack.renderer.config.js
:
new HtmlWebpackPlugin({ filename: 'index.html', template: path.resolve(__dirname, '../src/index.ejs'), templateParameters(compilation, assets, options) { return { compilation: compilation, webpack: compilation.getStats().toJson(), webpackConfig: compilation.options, htmlWebpackPlugin: { files: assets, options: options }, process, }; }, minify: { collapseWhitespace: true, removeAttributeQuotes: true, removeComments: true }, nodeModules: false }),