Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop webpack in favour of parcel #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

corygibbons
Copy link
Contributor

Opinionated PR but this simplifies the config a fair bit by dropping webpack entirely. Should continue to work the exact same as before.

Not offended if you want to close this and keep webpack 👍

@corygibbons corygibbons changed the title Drop webpack in favour or parcel Drop webpack in favour of parcel Sep 30, 2018
@@ -5,8 +5,6 @@ import { syncHistoryWithStore } from 'react-router-redux';
import Root from './containers/Root';
import configureStore from './store/configureStore';

const css = require('./styles/app');
Copy link
Contributor Author

@corygibbons corygibbons Sep 30, 2018

Choose a reason for hiding this comment

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

Reason for importing directly in html instead: parcel-bundler/parcel#329

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.

1 participant