File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-typescript-react" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Webpack 5 boilerplate with support of most common loaders and modules" ,
5
5
"keywords" : [
6
6
" react" ,
19
19
"scripts" : {
20
20
"build" : " webpack --config webpack.config.babel.js" ,
21
21
"profile" : " webpack --profile --json --config webpack.config.babel.js > ./dist/profile.json && webpack-bundle-analyzer ./dist/profile.json" ,
22
- "start" : " webpack serve --env mode=dev --env isDevServer --env NODE_ENV=local --config webpack.config.babel.js"
22
+ "start" : " webpack serve --env mode=dev --env isDevServer --env NODE_ENV=local --config webpack.config.babel.js" ,
23
+ "release" : " npm version patch"
23
24
},
24
25
"husky" : {
25
26
"hooks" : {
53
54
"@teamsupercell/typings-for-css-modules-loader" : " ~2.4.0" ,
54
55
"@typescript-eslint/eslint-plugin" : " ~4.7.0" ,
55
56
"@typescript-eslint/parser" : " ~4.7.0" ,
56
- "@webpack-cli/serve" : " ^1.1.0" ,
57
57
"autoprefixer" : " ~10.0.1" ,
58
58
"babel-eslint" : " ~10.1.0" ,
59
59
"babel-loader" : " ~8.2.1" ,
You can’t perform that action at this time.
0 commit comments