Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. module.exports = {
  2. module: {
  3. rules: [
  4. cssRule, // can set the loaders to a constant
  5. jsxRule, // same as above
  6. ],
  7. },
  8. resolve: {
  9. alias: {
  10. // use the relative path to the aliased directory, starting from .storybook
  11. someDir: path.resolve(__dirname, 'path/to/dir/rel/to/.storybook')
  12. },
  13. },
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement