From 1cb6529a089a7be1f2e556943946449d662bfca7 Mon Sep 17 00:00:00 2001 From: Bravepg Date: Tue, 19 Dec 2023 16:27:04 +0800 Subject: [PATCH] fix: react15 can't start (#2847) --- examples/react15/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react15/webpack.config.js b/examples/react15/webpack.config.js index e6679f805..284937ce2 100644 --- a/examples/react15/webpack.config.js +++ b/examples/react15/webpack.config.js @@ -1,6 +1,6 @@ const HtmlWebpackPlugin = require('html-webpack-plugin'); const { name } = require('./package'); -const QiankunPlugin = require('../../packages/webpack-plugin/dist/cjs'); +const { QiankunPlugin } = require('../../packages/webpack-plugin/dist/cjs'); module.exports = { entry: './index.js',