mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
01bee2f0ea
Co-authored-by: "yangjian.fe" <yangjian.fe@bytedance.com> Co-authored-by: underfin <likui6666666@gmail.com>
4 lines
152 B
JavaScript
4 lines
152 B
JavaScript
export const builder = 'webpack'
|
|
export { default as webpack } from 'webpack'
|
|
export { default as MiniCssExtractPlugin } from 'mini-css-extract-plugin'
|