fe-build icon indicating copy to clipboard operation
fe-build copied to clipboard

All-in-one solution for modern Frontend projects, with special focus on AEM (Adobe Experience Manager)

Results 19 fe-build issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependency [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `glob-parent` from 3.1.0 to 5.1.2 Release notes Sourced from glob-parent's releases. v5.1.2 Bug...

dependencies

### Expected Behaviour `npm i` is completed correctly ### Actual Behaviour ![image](https://github.com/Netcentric/fe-build/assets/581490/7ccb0620-06bd-4c7a-9736-ec54c8e38a2f) `npm i` cannot run preinstall #### Steps to Reproduce At a windows machine do `npm i` #### Platform...

bug

ESLint should have an option to disable it. There are situations where linters could be disabled, like a release to prod and last minute changes with linter violations and no...

enhancement

By default, the FE build does not stop when there is an error during SASS compilation. The option to `failOnError` is not present in [sass.config.js](https://github.com/Netcentric/fe-build/blob/main/config/sass.config.js), hence by default is `false`....

question

The configuration defined on `.febuild` is JS, for instance: ```javascript module.exports = { general: { defaultTasks: [ "styles", "webpack" ], } } ``` Yet the file has no `.js` extension....

enhancement

Would be nice to document the minimal config changes needed to make this work with React or another framework

documentation

We currently have `gaze` as dependency for watching changes. Can this be replaced with `webpack`? Since we already have it? Thus, saving us from this dependency?

enhancement