Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
fix: Fixed nuxt bridge transpile options.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Feb 5, 2022
1 parent 295e2ca commit e89ea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -20,7 +20,7 @@ export default defineNuxtModule({
const runtimeDir = fileURLToPath(new URL('./runtime', import.meta.url));

options.css = ['@inkline/inkline/inkline.scss'].concat(options.css || []);
options.build.transpile.push(runtimeDir);
options.build.transpile.push('@inkline/inkline');

addPluginTemplate({
src: resolve(runtimeDir, 'plugin.ejs'),
Expand Down

0 comments on commit e89ea16

Please sign in to comment.