MCPcopy
hub / github.com/webpack/sass-loader / output

Function output

test/helpers/getCompiler.js:42–46  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

40 * @returns {Configuration} config with module rules
41 */
42const 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

Callers 1

getCompilerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…