Skip to content

Commit e0aeb74

Browse files
author
sky
committed
fix: rename dynamic plugin label name
1 parent 052f30e commit e0aeb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
const ReactSSRDynamicChunkPlugin = require('./plugin/react-ssr-dynamic-chunk-webpack-plugin');
3-
exports.vuessrchunk = {
3+
exports.reactssrchunk = {
44
type: ['server'],
55
name: new ReactSSRDynamicChunkPlugin(),
66
args: {

0 commit comments

Comments
 (0)