Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyamadeo committed Jan 12, 2016
1 parent 13b51ff commit bbe86ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ var _postcssImport = require('postcss-import');

var _postcssImport2 = _interopRequireDefault(_postcssImport);

var _cssnext = require('cssnext');
var _postcssCssnext = require('postcss-cssnext');

var _cssnext2 = _interopRequireDefault(_cssnext);
var _postcssCssnext2 = _interopRequireDefault(_postcssCssnext);

var _libHtmlPlugin = require('./lib/html-plugin');

Expand Down Expand Up @@ -138,7 +138,7 @@ exports['default'] = function (settings) {
return [(0, _postcssImport2['default'])({
path: styleSrc /* [1] */
}), /* [2] */
(0, _cssnext2['default'])()];
(0, _postcssCssnext2['default'])()];
},

/**
Expand Down Expand Up @@ -204,7 +204,7 @@ exports['default'] = function (settings) {
regExp: /\.js$|\.css$/,
threshold: 10240,
minRatio: 0.8
}), new _webpack.optimize.AggressiveMergingPlugin()]).concat(commonPlugins)
})]).concat(commonPlugins)

};
};
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "The power of webpack with simplified configuration. All the tools to effectively build in development and then ship for production with minimal setup.",
"main": "dist",
"scripts": {
"prebuild": "rm -rf dist && mkdir dist",
"build": "babel src --out-dir dist/",
"test": "npm run build && ava spec.js"
},
Expand Down

0 comments on commit bbe86ae

Please sign in to comment.