File tree 3 files changed +11
-7
lines changed
symfony/webpack-encore-bundle/2.0
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2
2
"devDependencies" : {
3
3
"@babel/core" : " ^7.17.0" ,
4
4
"@babel/preset-env" : " ^7.16.0" ,
5
- "@symfony/webpack-encore" : " ^4 .0.0" ,
6
- "core-js" : " ^3.23 .0" ,
5
+ "@symfony/webpack-encore" : " ^5 .0.0" ,
6
+ "core-js" : " ^3.38 .0" ,
7
7
"regenerator-runtime" : " ^0.13.9" ,
8
8
"webpack" : " ^5.74.0" ,
9
- "webpack-cli" : " ^4.10 .0" ,
9
+ "webpack-cli" : " ^5.1 .0" ,
10
10
"webpack-notifier" : " ^1.15.0"
11
11
},
12
12
"license" : " UNLICENSED" ,
Original file line number Diff line number Diff line change 1
1
* Install NPM and run <fg=green>npm install</>
2
2
3
- * Compile your assets: <fg=green>npm run dev</>
4
-
5
- * Or start the development server: <fg=green>npm run watch</>
3
+ * Compile your assets for development: <fg=green>npm run dev</>
4
+
5
+ * Compile your assets for development and watch for any modifications: <fg=green>npm run watch</>
6
+
7
+ * Or start the development server: <fg=green>npm run dev-server</>
8
+
9
+ * Compile your assets for production: <fg=green>npm run build</>
Original file line number Diff line number Diff line change 50
50
// enables and configure @babel /preset-env polyfills
51
51
. configureBabelPresetEnv ( ( config ) => {
52
52
config . useBuiltIns = 'usage' ;
53
- config . corejs = '3.23 ' ;
53
+ config . corejs = '3.38 ' ;
54
54
} )
55
55
56
56
// enables Sass/SCSS support
You can’t perform that action at this time.
0 commit comments