|
|
|
@ -16,7 +16,7 @@ const loaderUtils = require("loader-utils");
|
|
|
|
|
|
|
|
|
|
const pluginName = 'postcss-icss-find-imports';
|
|
|
|
|
|
|
|
|
|
module.exports = (_options = {}) => {
|
|
|
|
|
module.exports = function (_options = {}) {
|
|
|
|
|
return {
|
|
|
|
|
postcssPlugin: pluginName,
|
|
|
|
|
Once(css, { result }) {
|
|
|
|
|