Skip to content

Commit 452fa66

Browse files
bradlcadamwathan
authored andcommitted
Add default interop to tailwindcss/plugin
Fixes Skypack version of tailwindcss/plugin
1 parent 259dc3c commit 452fa66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const createPlugin = require('./lib/util/createPlugin').default
1+
const createPlugin = require('./lib/util/createPlugin')
22

3-
module.exports = createPlugin
3+
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default

0 commit comments

Comments
 (0)