Skip to content

Commit

Permalink
add 'src/loader' to build entries
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Jan 25, 2024
1 parent 795eda5 commit 32df1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// derived from https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue%405.0.0-beta.0/packages/plugin-vue/build.config.ts
export default {
entries: ['src/index'],
entries: ['src/index', 'src/loader'],
externals: ['vite'],
clean: true,
declaration: 'compatible',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vite-plugin-inline",
"version": "1.0.20",
"version": "1.0.21",
"description": "Vite plugin that embeds .js and .css as base85 data ",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit 32df1be

Please sign in to comment.