Skip to content

Commit

Permalink
Try using the non-minified packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 12, 2024
1 parent 576c2eb commit 2af2046
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.0-alpha.9

- Chore: Release the package without minifying.

## 2.0.0-alpha.8

Fix: Revert back to previous dependency modelling.
Expand Down
2 changes: 0 additions & 2 deletions packages/core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import commonjs from '@rollup/plugin-commonjs'
import resolve from '@rollup/plugin-node-resolve'
import scss from 'rollup-plugin-scss'
import svg from 'rollup-plugin-svg'
import terser from '@rollup/plugin-terser'
import typescript from 'rollup-plugin-typescript2'
import vue from 'rollup-plugin-vue'
import { createFilter } from '@rollup/pluginutils'
Expand Down Expand Up @@ -52,6 +51,5 @@ export default {
commonjs(),
resolve(),
svg(),
terser(),
],
}
4 changes: 4 additions & 0 deletions packages/plugins/Filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.0-alpha.2

- Chore: Release the package without minifying.

## 2.0.0-alpha.1

- Breaking: As a result of the bundling with `rollup`, the styles of the package need to be imported via `@polar/plugin-filter/styles.css`.
Expand Down
2 changes: 0 additions & 2 deletions packages/plugins/Filter/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import commonjs from '@rollup/plugin-commonjs'
import resolve from '@rollup/plugin-node-resolve'
import scss from 'rollup-plugin-scss'
import terser from '@rollup/plugin-terser'
import typescript from 'rollup-plugin-typescript2'
import vue from 'rollup-plugin-vue'
import { createFilter } from '@rollup/pluginutils'
Expand Down Expand Up @@ -39,6 +38,5 @@ export default {
typescript({ check: false }),
commonjs(),
resolve(),
terser(),
],
}
4 changes: 4 additions & 0 deletions packages/plugins/IconMenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.0-alpha.2

- Chore: Release the package without minifying.

## 2.0.0-alpha.1

- Breaking: As a result of the bundling with `rollup`, the styles of the package need to be imported via `@polar/plugin-icon-menu/styles.css`.
Expand Down
2 changes: 0 additions & 2 deletions packages/plugins/IconMenu/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import commonjs from '@rollup/plugin-commonjs'
import resolve from '@rollup/plugin-node-resolve'
import scss from 'rollup-plugin-scss'
import terser from '@rollup/plugin-terser'
import typescript from 'rollup-plugin-typescript2'
import vue from 'rollup-plugin-vue'

Expand All @@ -26,6 +25,5 @@ export default {
typescript({ check: false }),
commonjs(),
resolve(),
terser(),
],
}

0 comments on commit 2af2046

Please sign in to comment.