Skip to content

Commit

Permalink
version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Jun 5, 2019
1 parent a7bd4af commit c750cee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dool",
"version": "4.2.0",
"version": "4.2.1",
"description": "d-band tool & dev tool",
"bin": {
"dool": "bin/dool"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.1",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
Expand All @@ -66,8 +66,8 @@
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.32.1",
"webpack-dev-server": "^3.4.1",
"webpack": "^4.33.0",
"webpack-dev-server": "^3.5.1",
"webpack-manifest-plugin": "^2.0.4",
"worker-farm": "^1.7.0",
"yargs": "^13.2.4"
Expand Down
2 changes: 1 addition & 1 deletion src/config/getRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function getStyleRule ({
const plugins = [];
if (autoprefixer !== false) {
const defaultOpt = {
browsers: ['last 2 versions', 'Firefox ESR', '> 1%', 'ie >= 8', 'iOS >= 8', 'Android >= 4']
overrideBrowserslist: ['last 2 versions', 'Firefox ESR', '> 1%', 'ie >= 8', 'iOS >= 8', 'Android >= 4']
};
plugins.push(require('autoprefixer')({
...defaultOpt,
Expand Down
1 change: 1 addition & 0 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default (args) => {
const options = getOptions(args, env);
const { verbose, https, port } = options;
const devServer = {
sockPort: port,
disableHostCheck: true,
https: https,
headers: {
Expand Down

0 comments on commit c750cee

Please sign in to comment.