Skip to content

Conversation

@felixmosh
Copy link
Contributor

This PR bumps all dev deps to latest

@felixmosh felixmosh force-pushed the bump-deps branch 2 times, most recently from 22db672 to a68c811 Compare November 13, 2020 09:31
@mike-diff mike-diff changed the base branch from master to dev November 14, 2020 01:16
@mike-diff
Copy link
Owner

Thanks @felixmosh this is a welcome improvement.

I got an error on v13.14.0 autoprefixer@10.0.2: The engine "node" is incompatible with this module. Expected version "^10 || ^12 || >=14". Got "13.14.0". So I installed node v14.15.0 and everything worked like a charm!!! Looks like you were able to update the copy-webpack-plugin to v6 which explains the latest node version update 👍

I'll go ahead and push this through and then update the readme file. Really nice work.

What's going to happen with the devServer?

devServer: {
        contentBase: path.join(__dirname, 'dist'),
        compress: true,
        port: 9000,
    }

Is this for HMR?

@mike-diff mike-diff added the enhancement New feature or request label Nov 14, 2020
@felixmosh
Copy link
Contributor Author

Thanks @felixmosh this is a welcome improvement.

I got an error on v13.14.0 autoprefixer@10.0.2: The engine "node" is incompatible with this module. Expected version "^10 || ^12 || >=14". Got "13.14.0". So I installed node v14.15.0 and everything worked like a charm!!! Looks like you were able to update the copy-webpack-plugin to v6 which explains the latest node version update 👍

I'll go ahead and push this through and then update the readme file. Really nice work.

What's going to happen with the devServer?

devServer: {
        contentBase: path.join(__dirname, 'dist'),
        compress: true,
        port: 9000,
    }

Is this for HMR?

The dev-server part is slipped from the hmr branch, oops. ;)

@mike-diff mike-diff merged commit b5eb992 into mike-diff:dev Nov 14, 2020
@mike-diff mike-diff mentioned this pull request Nov 14, 2020
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants