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

Commit

Permalink
Merge pull request #379 from sveltejs/gh-130
Browse files Browse the repository at this point in the history
Rollup support
  • Loading branch information
Rich-Harris authored Aug 30, 2018
2 parents 3d39836 + 708fe4c commit e51c733
Show file tree
Hide file tree
Showing 29 changed files with 1,563 additions and 729 deletions.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/api.ts.js');
module.exports = require('./dist/api.js');
1 change: 1 addition & 0 deletions config/rollup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('../dist/rollup.js');
1 change: 1 addition & 0 deletions config/webpack.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('../dist/webpack.js');
Loading

0 comments on commit e51c733

Please sign in to comment.