Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. module.exports = {
  2. resolve: {
  3. modules: [
  4. 'node_modules',
  5. 'node_modules/semantic-ui-css',
  6. 'node_modules/react-sortable-tree/style.css',
  7. 'node_modules/react-quill/dist/quill.snow.css',
  8. 'node_modules/react-day-picker/lib/style.css',
  9. 'src'
  10. ]
  11. },
  12. module: {
  13. rules: [
  14. {
  15. test: path.resolve(projectRoot, 'node_modules/react-table/react-table.css'),
  16. use: ReactTableExtractPlugin.extract({ use: ['css-loader'] })
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement