@dotcom-tool-kit/webpack 4.0.0 → 4.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.
Files changed (2) hide show
  1. package/.toolkitrc.yml +13 -4
  2. package/package.json +2 -2
package/.toolkitrc.yml CHANGED
@@ -2,9 +2,18 @@ tasks:
2
2
  Webpack: './lib/tasks/webpack'
3
3
 
4
4
  commands:
5
- 'build:local': Webpack
6
- 'build:ci': Webpack
7
- 'build:remote': Webpack
8
- 'run:local': Webpack
5
+ 'build:local':
6
+ Webpack:
7
+ envName: development
8
+ 'build:ci':
9
+ Webpack:
10
+ envName: production
11
+ 'build:remote':
12
+ Webpack:
13
+ envName: production
14
+ 'run:local':
15
+ Webpack:
16
+ envName: development
17
+ watch: true
9
18
 
10
19
  version: 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/webpack",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "main": "lib",
5
5
  "description": "",
6
6
  "author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
@@ -28,7 +28,7 @@
28
28
  "webpack": "4.x.x || 5.x.x"
29
29
  },
30
30
  "devDependencies": {
31
- "@dotcom-tool-kit/schemas": "^1.0.0",
31
+ "@dotcom-tool-kit/schemas": "^1.1.1",
32
32
  "@jest/globals": "^27.4.6",
33
33
  "ts-node": "^10.0.0",
34
34
  "webpack": "^4.42.1",