1.0.4 • Published 3 years ago

@bfun/solution-webpack4-vue2 v1.0.4

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

@bfun/cli webpack-solutions

solutions

export const required = [ 'webpack' ]; // when b.config.js framework is 'webpack'
export const extensions = [ '@bfun/solution-webpack4-standard' ]; // extends solutions

export { init } from './init'; // (ctx: { [key: string]: any }, next: () => any) => any
export { dev } from './dev'; // init -> dev
export { build } from './build'; // init -> build
export { deploy } from './deploy'; // init -> deploy

// OR
module.exports = {
    init, dev, build, deploy
};
ProjectVersion
@bfun/solution-webpack4-standardlatest
@bfun/solution-webpack4-standard-h5latest
@bfun/solution-webpack4-vue2latest
@bfun/solution-webpack4-vue3latest