@anansi/webpack-config 18.0.1 → 18.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [18.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@18.0.1...@anansi/webpack-config@18.0.2) (2024-01-19)
7
+
8
+ **Note:** Version bump only for package @anansi/webpack-config
9
+
6
10
  ### [18.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@18.0.0...@anansi/webpack-config@18.0.1) (2024-01-19)
7
11
 
8
12
  ### 📦 Package
package/README.md CHANGED
@@ -632,7 +632,7 @@ because webpack is not run, and thus will not properly process the embeds.
632
632
  ```js
633
633
  module.exports = {
634
634
  presets: [
635
- ['@anansi', { typing: 'typescript' }],
635
+ '@anansi',
636
636
  '@wyw-in-js',
637
637
  ],
638
638
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "18.0.1",
3
+ "version": "18.0.2",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",