piral-cli-webpack5 0.14.5-beta.3346 → 0.14.5-beta.3347

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/README.md +0 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -42,10 +42,6 @@ Right now it includes:
42
42
 
43
43
  As such it should be prepared to include assets (images, videos, ...), stylesheets (CSS and SASS), and work with TypeScript.
44
44
 
45
- > Right now the output of this plugin is for the **v1** pilet schema only!
46
-
47
- No support for the legacy **v0** pilet schema.
48
-
49
45
  ### Customizing
50
46
 
51
47
  You can still leverage your own `webpack.config.js`. Either just export *what you want to have overwritten*, e.g.,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-cli-webpack5",
3
- "version": "0.14.5-beta.3346",
3
+ "version": "0.14.5-beta.3347",
4
4
  "description": "Provides debug and build capabilities for pilets and Piral instances using Webpack v5.",
5
5
  "keywords": [
6
6
  "piral-cli",
@@ -48,7 +48,7 @@
48
48
  "@types/node": "^13.9.0",
49
49
  "@types/terser-webpack-plugin": "^5.0.0",
50
50
  "@types/yargs": "^15.0.4",
51
- "piral-cli": "0.14.5-beta.3346",
51
+ "piral-cli": "0.14.5-beta.3347",
52
52
  "strip-ansi": "^3.0.0",
53
53
  "typescript": "^4.0.2"
54
54
  },
@@ -77,5 +77,5 @@
77
77
  "webpack": "^5.1.3",
78
78
  "webpack-inject-plugin": "^1.5.5"
79
79
  },
80
- "gitHead": "97607d2b43b9613d0c0c92ed4ce23362710134bd"
80
+ "gitHead": "b0f46ae0f72d5da0fbf834d5c5f553cc70aaa648"
81
81
  }