bitandblack-rows
Version:
A small and simple CSS gutter to create rows and cells using the flexbox model.
17 lines (14 loc) • 449 B
JavaScript
const Encore = require("@symfony/webpack-encore");
Encore
.setOutputPath("example/build/")
.setPublicPath("/")
.addEntry("example", "./example/assets/example.js")
.cleanupOutputBeforeBuild()
.enableSourceMaps(!Encore.isProduction())
.enableVersioning(false)
.enableSassLoader()
.enableTypeScriptLoader()
.disableSingleRuntimeChunk()
.enableBuildNotifications()
;
module.exports = Encore.getWebpackConfig();