poi
poi copied to clipboard
⚡A zero-config bundler for JavaScript applications.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Use of a Broken or Risky Cryptographic Algorithm The...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 0.5.0 to 6.1.0. Release notes Sourced from fork-ts-checker-webpack-plugin's releases. v6.1.0 6.1.0 (2021-01-10) Features add built-in support for concurrency limiting (#559) (0bde4cc), closes #441 v6.0.8 6.0.8 (2020-12-20) v6.0.7...
Bumps [esm](https://github.com/standard-things/esm) from 3.0.84 to 3.2.25. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service A Regular Expression Denial...
When i'm try using eslint configuration and using poi serve command: const ESLintPlugin = require('eslint-webpack-plugin'); new ESLintPlugin({ context: './src', extensions: ['ts', 'tsx'] }), poi --serve im getting all the eslint...
Recently updated my PostCSS depends, most of them have been updated for v8 support, the internals of poi has not updated the depends yet so it throws a lot of...
I did like the docs said: ```sh npm install node-sass sass-loader ``` and i get the error: ``` Error in src/Test.scss TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type...
This PR addresses the issue in `pwa-plugin` package when used in combination with `pages`. The plugin would unsuccessfully try to resolve `html-page-0` plugin created for page. Following [config-html](https://github.com/egoist/poi/blob/master/core/poi/lib/plugins/config-html.js#L107) logic, this...
` const HtmlWebpackPlugin = config.plugins.has('html-page-0') ? config.plugin('html-page-0').get('plugin') : config.plugin('html').get('plugin');` Plugin pwa here return undefined and so build fail with: TypeError: Cannot read property '__expression' of undefined at Object.toConfig (/Users/toni/Work/scst-booking/node_modules/webpack-chain/src/Plugin.js:56:38) at...
Bumps [pretty-ms](https://github.com/sindresorhus/pretty-ms) from 4.0.0 to 7.0.1. Release notes Sourced from pretty-ms's releases. v7.0.1 Fix sub-second output when using colonNotation option (#53) 8fdcaec https://github.com/sindresorhus/pretty-ms/compare/v7.0.0...v7.0.1 v7.0.0 Breaking Always floor time instead of...