Skip to content

update loaders to webpack 2.x specifics - #20

Open
NigelEarle wants to merge 1 commit into
kitconcept:masterfrom
NigelEarle:master
Open

update loaders to webpack 2.x specifics#20
NigelEarle wants to merge 1 commit into
kitconcept:masterfrom
NigelEarle:master

Conversation

@NigelEarle

Copy link
Copy Markdown

Updated loaders but still not working. Getting ambiguous error ERROR in Path must be a string. Received undefined.

@lenin-anzen

Copy link
Copy Markdown

You need to Update Babel to the next versions on order to remove the error:

    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-polyfill": "6.3.14",
    "babel-preset-es2015": "6.1.18",

@tisto

tisto commented Jul 24, 2017

Copy link
Copy Markdown
Member

Thanks @lenin-anzen! @NigelEarle would you mind giving this a shot?

@tisto

tisto commented Sep 14, 2017

Copy link
Copy Markdown
Member

@NigelEarle I fixed the test problem on travis in master branch. If you would rebase with master, the build should be green and we can merge...

@NigelEarle

Copy link
Copy Markdown
Author

@tisto So sorry for no response earlier. Rebased with origin master as well as updated babel dependencies but error ERROR in Path must be a string. Received undefined. persists. Will look into it very soon. Thanks!

@tisto

tisto commented Sep 19, 2017

Copy link
Copy Markdown
Member

@NigelEarle it seems this is more complex than anticipated. Just upgrading from Node 4.x to 6.x triggers the "Path must be a string" error...

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

Successfully merging this pull request may close these issues.

3 participants