Installing and adding @babel/plugin-proposal-decorators
to the plugin list make encore exit without building.
To recreate the issue:
- Clone this git repository
- Run
yarn install
- Then run
yarn encore
(ornpx encore dev --stats=verbose
) - Encore should say
Running webpack ...
and then exists without building - Now comment out line 53 in
webpack.config.js
- Run
yarn encore
(ornpx encore dev --stats=verbose
) again and now it does build but without@babel/plugin-proposal-decorators