vue-grid-layout
Version:
A draggable and resizable grid layout, as a Vue component.
16 lines (14 loc) • 454 B
JavaScript
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
module.exports = {
configureWebpack: {
output: {
library: "VueGridLayout",
libraryExport: 'default'
},
// https://medium.com/js-dojo/how-to-reduce-your-vue-js-bundle-size-with-webpack-3145bf5019b7
// plugins: [new BundleAnalyzerPlugin()],
},
css: {
extract: false
},
}