Skip to content

Conversation

@izaakschroeder
Copy link
Contributor

@izaakschroeder izaakschroeder commented Oct 6, 2016

This is obviously a breaking change because of the changes to the webpack API. Smoke tests have been added to ensure it works in the most basic of cases. postcss-import is pinned to 8.1.0 because of a breaking bug with webpack@2. See: postcss/postcss-import#207.

With webpack@2 locking down properties on the loader object it's no longer possible to merge "same" loaders with webpack-partial.

Support for node@0.12 is removed because webpack@2 does not support it.

See:

/cc @nealgranger @baer

This is obviously a breaking change because of the changes to the webpack API. Smoke tests have been added to ensure it works in the most basic of cases. `postcss-import` is pinned to `8.1.0` because of a breaking bug with `webpack@2`. See: postcss/postcss-import#207.

Support for `node@0.12` is removed because `webpack@2` does not support it.
Copy link
Member

@baer baer left a comment

Choose a reason for hiding this comment

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

🎉

# Use GCC 4.8 if it's available
- 'if [ ! `which gcc-4.8` == "" ]; then export CXX=g++-4.8 && export CC=gcc-4.8; fi'
- node_js: 4
- node_js: 5
Copy link
Member

Choose a reason for hiding this comment

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

Today you can drop 5!

styleLoader,
`${pack(cssLoader, config)}!${loader}`
);
return [plugin.loader({omit: 1, remove: true}), {
Copy link
Member

Choose a reason for hiding this comment

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

What is this about?

}),
...(Array.isArray(options) ? options : options(webpack)),
autoprefixer({
browsers: ['last 2 versions'],
Copy link
Member

Choose a reason for hiding this comment

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

Should this be configurable?

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