mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
refactor: use consistent class name for base config
This commit is contained in:
parent
88bab354b0
commit
3aa8ef6ee2
@ -7,9 +7,9 @@ import MiniCssExtractPlugin from 'mini-css-extract-plugin'
|
||||
import UglifyJsWebpackPlugin from 'uglifyjs-webpack-plugin'
|
||||
|
||||
import VueSSRClientPlugin from './plugins/vue/client'
|
||||
import BaseConfig from './base'
|
||||
import WebpackBaseConfig from './base'
|
||||
|
||||
export default class WebpackClientConfig extends BaseConfig {
|
||||
export default class WebpackClientConfig extends WebpackBaseConfig {
|
||||
constructor(builder) {
|
||||
super(builder, { name: 'client', isServer: false })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user