Skip to content

Commit

Permalink
refactor(rollup): dont extract css
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Oct 8, 2019
1 parent ac2488b commit c0b00b9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 192 deletions.
189 changes: 0 additions & 189 deletions dist/ReactFlow.css

This file was deleted.

23 changes: 23 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"husky": "^3.0.8",
"parcel-bundler": "^1.12.4",
"postcss-nested": "^4.1.2",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
Expand Down
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ const onwarn = (warning, rollupWarn) => {
};
const plugins = [
bundleSize(),
postcss({
extract: isProd
}),
postcss(),
resolve(),
babel({
exclude: 'node_modules/**'
Expand Down

0 comments on commit c0b00b9

Please sign in to comment.