mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
minify: true => fix gap between inline-block labels
This commit is contained in:
parent
0d0d83cbc9
commit
b4d74b417c
@ -32,6 +32,7 @@ export default class WebpackClientConfig extends WebpackBaseConfig {
|
||||
new HTMLPlugin({
|
||||
filename: 'index.ssr.html',
|
||||
template: this.options.appTemplatePath,
|
||||
minify: true,
|
||||
inject: false // Resources will be injected using bundleRenderer
|
||||
})
|
||||
)
|
||||
@ -41,6 +42,7 @@ export default class WebpackClientConfig extends WebpackBaseConfig {
|
||||
new HTMLPlugin({
|
||||
filename: 'index.spa.html',
|
||||
template: this.options.appTemplatePath,
|
||||
minify: true,
|
||||
inject: true,
|
||||
chunksSortMode: 'dependency'
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user