(config)
| 40 | * @returns {Configuration} config with module rules |
| 41 | */ |
| 42 | const output = (config) => ({ |
| 43 | path: path.resolve(__dirname, `../outputs/${config.output || ""}`), |
| 44 | filename: "[name].bundle.js", |
| 45 | library: "sassLoaderExport", |
| 46 | }); |
| 47 | |
| 48 | /** |
| 49 | * @param {string} fixture fixture |
no outgoing calls
no test coverage detected
searching dependent graphs…