Repository - API - Source
verbose
to the CLI config.node-sass
loading errors.publicPath
to match the default structure of the BecklynAssetsBundle._legacy.
, but instead prefix modern build with _modern.
. That enhances
compatability for simple builds.eslint-plugin-react-hooks
plugin--lint
parameter and added an inverse --silent
instead.duplicate-package-checker-webpack-plugin
that detects duplicate packages in a build in webpack.eslint-plugin-jsdoc
and activated multiple rules for checking JSDoc issues.es6
env in ESLint.process.env.DEBUG
, and MODERN_BUILD
+ DEBUG
(without process.env.
prefix).Fragment
component from preact for all modules.mode
for ESLint JSDoc linter to typescript
./node_modules/
etc are still excluded, of course.)disableChunkSplitting()
, chunk splitting is now always disabled. Use code splitting instead.++
in JS/TS code.esnext
module system, that (amongst other things) allows to use import()
.node_modules
to transpile via Babel by using .compileNpmPackages(...)
.*typo3*
) directories, to prevent issues due to file extension conflicts of TYPO3's typoscript .ts
and TypeScript's .ts
.no-prototype-builtins
ESLint rule.h()
function from preact for all modules.enableTypeScript()
.setBrowserList()
..ts
/ .tsx
files..js
/ .jsx
files via TypeScript.enableTypeScript()
.setBrowserList()
.