mirror of https://github.com/lukechilds/rollup.git
Rich-Harris
9 years ago
37 changed files with 68 additions and 91 deletions
@ -1,4 +1 @@ |
|||
export default '\n\n' + |
|||
'Object.defineProperty(exports, "__esModule", {\n' + |
|||
' value: true\n' + |
|||
'});\n\n'; |
|||
export default `Object.defineProperty(exports, '__esModule', { value: true });`; |
|||
|
Loading…
Reference in new issue