mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 01:55:17 -04:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 148d261e6e | |||
| d0b30e4776 | |||
| e1b3218ac2 | |||
| a277552d47 |
@@ -1,3 +1,7 @@
|
||||
## [1.0.3](https://github.com/didericis/bare-bundle-transform-plugin-babel/compare/v1.0.2...v1.0.3) (2025-09-30)
|
||||
|
||||
## [1.0.2](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.1...v1.0.2) (2025-09-30)
|
||||
|
||||
## [1.0.1](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.0...v1.0.1) (2025-09-30)
|
||||
|
||||
# 1.0.0 (2025-09-26)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# bare-bundle-transform-plugin-babel
|
||||
|
||||
[](https://npmjs.com/package/bare-bundle-transform-plugin-babel)
|
||||
[](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml)
|
||||
[](https://github.com/Didericis/bare-bundle-transform-plugin-babel/actions/workflows/test.yml)
|
||||
|
||||
Plugin for [bare-bundle-transform](https://github.com/Didericis/bare-bundle-transform) that applies a babel transformation to every file with a `.cjs`, `.mjs`, and `.js` extension.
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "bare-bundle-transform-plugin-babel",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bare-bundle-transform-plugin-babel",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.28.4"
|
||||
|
||||
+5
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bare-bundle-transform-plugin-babel",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"description": "bare-bundle-transform plugin for applying babel transforms",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
@@ -11,6 +11,10 @@
|
||||
],
|
||||
"author": "Didericis",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/didericis/bare-bundle-transform-plugin-babel.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run prettier:lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js",
|
||||
"test:build-project": "cd test/project && npm install",
|
||||
|
||||
Reference in New Issue
Block a user