webpack/test/configCases/loader-import-module/css/other-stylesheet.js

4 lines
140 B
JavaScript

import { green } from "./colors.js";
import file from "./file.jpg";
export default `body { background: url("${file}"); color: ${green}; }`;