Skip to content

Commit

Permalink
move preserveModules to output level
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Dec 22, 2023
1 parent 6cb920a commit 34e5917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/x-tailwindcss/demo/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));

export default {
input: resolve(__dirname, 'src/index.ts'),
output: [{ format: 'esm', dir: resolve(__dirname, '../showcase') }],
preserveModules: true,
output: [{ format: 'esm', dir: resolve(__dirname, '../showcase'), preserveModules: true }],
external: [
'vue',
'vue-property-decorator',
Expand Down

0 comments on commit 34e5917

Please sign in to comment.