What is the configuration of vux in webpack4?

`const vuxLoader = require ("vux-loader")
const webpackConfig = originalConfig

module.exports = vuxLoader.merge (webpackConfig, {
plugins: ["vux-ui"]
}) `
this is the configuration of the official website. Due to the different configuration methods after webpakc4.x upgrade, how to use vux-loader

Mar.25,2021

haematemesis clipboard.png
Quick


here is an example of getting started with webpack4. You can check out https://github.com/crlang/eas.. For details on how to join vux, you can refer to a similar loader, inside.

Menu