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

travis passing #259

Merged
merged 1 commit into from
Feb 15, 2017
Merged

travis passing #259

merged 1 commit into from
Feb 15, 2017

Conversation

Judahmeek
Copy link
Contributor

@Judahmeek Judahmeek commented Feb 15, 2017

  • added yarn support
  • updated dependencies (eslint-shakacode)
  • lint passes
  • specs passes
    • specs cover utils only though

This change is Reviewable

@justin808
Copy link
Member

@Judahmeek Thank you so much!

@alexfedoseev LGTM. OK with you?

Copy link
Member

@alex35mil alex35mil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few comments.

.travis.yml Outdated
@@ -1,14 +1,9 @@
language: node_js

node_js:
- "6"
- "7"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's test on at least 3 major versions?

node_js:
  - "5"
  - "6"
  - "7"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing.

@@ -35,5 +35,5 @@ Error: ${error}
.map(loader => `${loader}!`)
.join('')
);
return ExtractTextPlugin.extract({ fallbackLoader, loader: restLoaders });
return ExtractTextPlugin.extract({ fallback: fallbackLoader, use: restLoaders });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have this ongoing PR. TBH I haven't looked into details of the issue and not sure why returned value must be a string (when it's changed to array in ETP). Can you check if this resolves #238 or not.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR currently doesn't solve that problem. A string is required by our own code. I just created an amendment that will solve this problem and be completely backwards compatible.

- added yarn support
- updated dependencies (eslint-shakacode)
- lint passes
- specs passes
   - specs cover utils only though
@@ -54,7 +54,7 @@
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.15.2",
"bootstrap-loader": "file:../..",
"bootstrap-loader": "file:///Users/judahmeek/Apps/bootstrap-loader",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Judahmeek I shouldn't have merged this...

Need another PR to fix this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`${ExtractTextPlugin.loader().loader}?{"omit":1,"remove":true}`,
fallbackLoader,
restLoaders,
].join('!');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Judahmeek @alexfedoseev

  1. should this get a new release?
  2. does this apply to the v1 branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fairly confident that this does not apply to webpack 1. The latest commit for the extract-text-webpack-plugin supporting webpack 1 was back in June 15, 2016: https://github.com/webpack-contrib/extract-text-webpack-plugin/tree/webpack-1

@Judahmeek Judahmeek deleted the travis branch February 24, 2017 03:03
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.

None yet

3 participants