esbuild-css.js in formstrap-0.1.0 vs esbuild-css.js in formstrap-0.1.1
- old
+ new
@@ -14,10 +14,10 @@
esbuild.build({
entryPoints: ['src/scss/formstrap.scss'],
outfile: 'app/assets/stylesheets/formstrap.css',
bundle: true,
- watch: watch,
+ watch,
allowOverwrite: true,
plugins: [
externalUrlPlugin,
sassPlugin()
]