feat: migrate scaffolding to vite
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
const devDeps = [
|
||||
'pretty-quick',
|
||||
'webpack-dev-server',
|
||||
'url-loader',
|
||||
'vite',
|
||||
'@vitejs/plugin-react',
|
||||
'husky',
|
||||
'dotenv-webpack',
|
||||
'dotenv',
|
||||
'@svgr/webpack',
|
||||
'@commitlint/config-conventional',
|
||||
'@commitlint/cli',
|
||||
'prettier',
|
||||
'ora',
|
||||
'@babel/plugin-proposal-private-property-in-object',
|
||||
'@babel/plugin-proposal-private-property-in-object'
|
||||
];
|
||||
|
||||
module.exports = { devDeps };
|
||||
|
||||
Reference in New Issue
Block a user