Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix: Bump webpack in create-project
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasOneSpanDev committed Sep 9, 2021
1 parent 78fd97f commit 77601fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/create-project/commands/init/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ const REACT_DOM_VERSION = '^16';
const REACT_DOM = `react-dom@${REACT_DOM_VERSION}`;
const REACT_HOT_LOADER = 'react-hot-loader@^4';
const VUE = 'vue@^2';
const WEBPACK = 'webpack@^4';
const WEBPACK_CLI = 'webpack-cli@^3';
const WEBPACK_DEV_SERVER = 'webpack-dev-server@^3';
const WEBPACK = 'webpack@^5';
const WEBPACK_CLI = 'webpack-cli@^4';
const WEBPACK_DEV_SERVER = 'webpack-dev-server@^4';

// package.json necessities
const ENTRIES = { main: 'build/index.js', module: 'src/index.js' };
Expand Down

0 comments on commit 77601fb

Please sign in to comment.