Skip to content

Commit

Permalink
fix: remove erroneous setting from svelte.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 16, 2021
1 parent ac647e5 commit 38c529e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ const config = {
pages: 'docs',
assets: 'docs',
fallback: null
}),
package: {
exports: { excludes: [], includes: ['src/lib/components/Datepicker'] }
}
})
},
preprocess: [
replace([
Expand Down

0 comments on commit 38c529e

Please sign in to comment.