You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\laragon\www\apex\webpack.config.js:126
let extractPlugin = new plugins.ExtractTextPlugin(
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:414:25)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at requireConfig (C:\laragon\www\apex\node_modules\webpack\bin\convert-argv.js:96:18)
at C:\laragon\www\apex\node_modules\webpack\bin\convert-argv.js:109:17
at Array.forEach (native)
How do i generate js css files
The text was updated successfully, but these errors were encountered:
1 ) composer install
2 ) cp .env.example .env
3 ) edit .env
4 ) php artisan key:generate
5 ) php artisan migrate
6 ) php artisan db:seed
7 ) npm install
8 ) npm run hmr
C:\laragon\www\apex\webpack.config.js:126
let extractPlugin = new plugins.ExtractTextPlugin(
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:414:25)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at requireConfig (C:\laragon\www\apex\node_modules\webpack\bin\convert-argv.js:96:18)
at C:\laragon\www\apex\node_modules\webpack\bin\convert-argv.js:109:17
at Array.forEach (native)
How do i generate js css files
The text was updated successfully, but these errors were encountered: