Skip to content

Commit

Permalink
Merge pull request #848 from shgysk8zer0/patch/update
Browse files Browse the repository at this point in the history
Update `@shgysk8zer0/rollup-import` to v1.0.0
  • Loading branch information
shgysk8zer0 committed May 13, 2023
2 parents 9b03ff5 + e80ae21 commit 0c0712a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable -->
## [Unreleased]

## [v3.0.4] - 2023-05-13

### Changed
- Update `@shgysk8zer0/rollup-import` to v1.0.0

## [v3.0.3] - 2023-05-12

### Changed
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-js-app",
"version": "3.0.3",
"version": "3.0.4",
"engines": {
"node": ">=18.13.0"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@babel/core": "^7.13.15",
"@rollup/plugin-terser": "^0.4.1",
"@shgysk8zer0/rollup-import": "^0.0.4",
"@shgysk8zer0/rollup-import": "^1.0.0",
"cssnano": "^6.0.0",
"cssnano-preset-default": "^6.0.0",
"eslint": "^8.0.1",
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-env node */

import urlResolve from 'rollup-plugin-url-resolve';
import terser from '@rollup/plugin-terser';
import { rollupImport } from '@shgysk8zer0/rollup-import';

Expand All @@ -13,7 +12,6 @@ export default {
},
plugins: [
rollupImport(['importmap.json']),
urlResolve(),
terser(),
],
};

0 comments on commit 0c0712a

Please sign in to comment.