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

syntax error on import #11

Open
acarl005 opened this issue Feb 6, 2017 · 1 comment
Open

syntax error on import #11

acarl005 opened this issue Feb 6, 2017 · 1 comment

Comments

@acarl005
Copy link

acarl005 commented Feb 6, 2017

This error was originally in the underscore.string module. It has since been fixed in that package. However, the fix was not carried over to dist/main.js here since the built code is checked into git.

makeString = __webpack_require__(3);
Uncaught ReferenceError: makeString is not defined
    at eval (wrap.js:4)
    at Object.<anonymous> (index.js:13)
    at __webpack_require__ (index.js:7)
    at eval (index.js:78)
    at Object.<anonymous> (index.js:13)
    at __webpack_require__ (index.js:7)
    at Object.eval (index.jsx:39)
    at eval (index.jsx:419)
    at Object.<anonymous> (index.js:13)
    at __webpack_require__ (index.js:7)
@acarl005
Copy link
Author

acarl005 commented Feb 6, 2017

Put in a fix for this in PR #12.

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