Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Update webpack to version 3.3.0#3441

Merged
jasonLaster merged 4 commits into
firefox-devtools:masterfrom
zaggy:update-webpack
Aug 6, 2017
Merged

Update webpack to version 3.3.0#3441
jasonLaster merged 4 commits into
firefox-devtools:masterfrom
zaggy:update-webpack

Conversation

@zaggy
Copy link
Copy Markdown
Contributor

@zaggy zaggy commented Jul 25, 2017

Associated Issue: #2418 and others

This updates webpack to version 3.3.0.

Test Plan

  • Clone the changes from PR 505 from devtools-core
  • Go to packages/devtools-launchpad and npm pack
  • Do yarn add file:<path/to/packed/tgz>
  • Do yarn start

Screenshots/Videos (OPTIONAL)

@jasonLaster jasonLaster changed the base branch from next to master August 1, 2017 18:43
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 1, 2017

Codecov Report

Merging #3441 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3441      +/-   ##
==========================================
+ Coverage   52.57%   52.59%   +0.02%     
==========================================
  Files         119      119              
  Lines        4649     4649              
  Branches      958      958              
==========================================
+ Hits         2444     2445       +1     
+ Misses       2205     2204       -1
Impacted Files Coverage Δ
src/actions/ast.js 78.57% <0%> (+1.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3bd8840...cba3c1f. Read the comment docs.

Copy link
Copy Markdown
Contributor

@jasonLaster jasonLaster left a comment

Choose a reason for hiding this comment

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

Looks great, the one issue i see is that the pretty print worker cannot load the source map generator.

This keeps pretty print from working.

It shows up when you open the debugger in chrome

Comment thread postcss.config.js
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require("postcss-bidirection"), require("autoprefixer")]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I bet we can add postcss.config.js to the list of exported files and avoid this:

https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-launchpad/package.json#L113

@jasonLaster
Copy link
Copy Markdown
Contributor

screen shot 2017-08-01 at 6 50 44 pm

screen shot 2017-08-01 at 6 50 21 pm

Comment thread circle.yml
post:
- yarn flow-coverage -- -t json -o $CIRCLE_TEST_REPORTS/flow-coverage
- yarn check
- yarn check --integrity
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

calling this out as it's a friendlier check.

we might want to go back to yarn check after we jump to react 15.6 or 16. At the moment we're so far back it's hurting us

@jasonLaster jasonLaster merged commit f0c18f6 into firefox-devtools:master Aug 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants