mirror of
https://github.com/developit/microbundle.git
synced 2026-02-01 14:32:39 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
module.exports = {
|
|
repo: 'developit/microbundle',
|
|
path: ['dist/!(*.js.map)', 'test/fixtures/**/dist/!(*.map)'],
|
|
branch: 'master',
|
|
};
|