Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73539b0 commit 477f12eCopy full SHA for 477f12e
CHANGELOG.md
@@ -1,12 +1,20 @@
1
+# 1.0.1 - 2015-02-13
2
+
3
+- Fixed: saving a `@import`ed css file trigger a webpack build
4
5
+# 1.0.0 - 2015-02-06
6
7
+- Changed: upgrade to cssnext 1.x
8
9
# 0.2.0 - 2014-12-24
10
-- improved source maps support (thanks @thetalecrafter)
11
+- Added: improved source maps support (thanks @thetalecrafter)
12
13
# 0.1.1 - 2014-12-02
14
-- code simplification
15
+- Code simplification
16
17
# 0.1.0 - 2014-11-28
18
-- first release
19
+✨ Initial release
20
package.json
@@ -1,6 +1,6 @@
{
"name": "cssnext-loader",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "webpack loader for cssnext",
"main": "index.js",
"scripts": {
0 commit comments