Skip to content

Commit

Permalink
chore: ignore inlining warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 24, 2022
1 parent 04d2b37 commit c10aa04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
// TODO: fix issue in unbuild with inlining package.json
// `Inlined implicit external D:\a\color-mode\color-mode\package.json`
failOnWarn: false,
entries: ['src/script'],
hooks: {
'rollup:options' (_ctx, options) {
Expand Down

0 comments on commit c10aa04

Please sign in to comment.