Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the same number of rows as a set number. #1

Closed
59naga opened this issue Nov 10, 2015 · 0 comments
Closed

Add the same number of rows as a set number. #1

59naga opened this issue Nov 10, 2015 · 0 comments

Comments

@59naga
Copy link
Owner

59naga commented Nov 10, 2015

in package.json, .babelrc, cli options

babel index.js --presets es2015 --plugins add-module-exports,add-module-exports
# 'use strict';
#
# Object.defineProperty(exports, "__esModule", {
#   value: true
# });
# var bar = 'baz';
#
# exports.default = 'foo';
# exports.bar = bar;
# module.exports = Object.assign(exports.default, exports);
# module.exports = Object.assign(exports.default, exports);
@59naga 59naga closed this as completed Nov 10, 2015
59naga added a commit that referenced this issue Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant