Skip to content

Commit 36364e2

Browse files
committed
build: export as common module
1 parent fcbcee3 commit 36364e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const pkg = require('./package');
55

66
const name = changeCase.camelCase(pkg.name);
77

8-
export default {
8+
module.exports = {
99
input: 'src/index.js',
1010
output: [
1111
{

0 commit comments

Comments
 (0)