@wordpress/readable-js-assets-webpack-plugin 1.0.2-next.253d9b6e21.0 → 1.0.3
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/LICENSE.md +1 -1
- package/README.md +10 -3
- package/package.json +2 -2
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -33,7 +33,14 @@ module.exports = {
|
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
**Note:**
|
|
36
|
-
- Multiple instances of the plugin are not supported and may produced unexpected results;
|
|
37
|
-
- It assumes your webpack pipeline is already generating a `.min.js` JS asset file for each JS entry-point.
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
- Multiple instances of the plugin are not supported and may produced unexpected results;
|
|
38
|
+
- It assumes your webpack pipeline is already generating a `.min.js` JS asset file for each JS entry-point.
|
|
39
|
+
|
|
40
|
+
## Contributing to this package
|
|
41
|
+
|
|
42
|
+
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to [npm](https://www.npmjs.com/) and used by [WordPress](https://make.wordpress.org/core/) as well as other software projects.
|
|
43
|
+
|
|
44
|
+
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main [contributor guide](https://github.com/WordPress/gutenberg/tree/HEAD/CONTRIBUTING.md).
|
|
45
|
+
|
|
46
|
+
<br /><br /><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/readable-js-assets-webpack-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Generate a readable JS file for each JS asset.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "2e4922861e49f5a090f9dc52056165092cfba163"
|
|
37
37
|
}
|