(dir)
| 22 | const px2rem = require('postcss-px2rem'); |
| 23 | |
| 24 | function resolve (dir) { |
| 25 | return path.join(__dirname, '..', dir) |
| 26 | } |
| 27 | |
| 28 | // Webpack uses `publicPath` to determine where the app is being served from. |
| 29 | // In development, we always serve from the root. This makes config easier. |
no outgoing calls
no test coverage detected