We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c73cc commit 735d45bCopy full SHA for 735d45b
package.json
@@ -48,7 +48,8 @@
48
"main": "dist/index.js",
49
"types": "dist/index.d.ts",
50
"files": [
51
- "dist"
+ "dist",
52
+ "*.d.ts"
53
],
54
"scripts": {
55
"test": "pnpm --filter \"test-*\" install && pnpm --filter \"test-*\" test",
rollup.d.ts
@@ -0,0 +1 @@
1
+export { ExternalFluentPlugin, SFCFluentPlugin } from './dist/rollup'
vite.d.ts
+export { ExternalFluentPlugin, SFCFluentPlugin } from './dist/vite'
webpack.d.ts
+export { ExternalFluentPlugin, SFCFluentPlugin } from './dist/webpack'
0 commit comments