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

[nom-scripts build] Compiled code does not have default export. #15

Open
MaximDevoir opened this issue Aug 20, 2019 · 0 comments
Open
Projects

Comments

@MaximDevoir
Copy link
Collaborator

It has a default element to the compiled object, but you must manually link it.

Currently:

const module = require('module').default;

We want

const module = require('module');
@MaximDevoir MaximDevoir created this issue from a note in v0.2.0 (To do) Aug 20, 2019
@MaximDevoir MaximDevoir moved this from To do to In progress in v0.2.0 Aug 20, 2019
@MaximDevoir MaximDevoir moved this from In progress to To do in v0.2.0 Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v0.2.0
  
To do
Development

No branches or pull requests

1 participant