We can bundle custom block resources with JavaScript by pre-compiling with vue-loader, similar to vue-template-compiler / @vue/compiler-sfc.
We can improve the performance of our application. 💨
the following the pre-compiled custom block resources:
We need to configure webpack.config.js with using options like the below:
We can bundle custom block resources with JavaScript by pre-compiling with
vue-loader
, similar tovue-template-compiler
/@vue/compiler-sfc
. We can improve the performance of our application. 💨the following the pre-compiled custom block resources:
We need to configure
webpack.config.js
with usingoptions
like the below: