(_)
| 2 | const HtmlWebpackPlugin = require("html-webpack-plugin"); |
| 3 | |
| 4 | const fromRoot = (_) => path.resolve(__dirname, _); |
| 5 | const nodeModules = fromRoot("node_modules"); |
| 6 | |
| 7 | module.exports = { |
no outgoing calls
no test coverage detected
searching dependent graphs…