string-replace-loader icon indicating copy to clipboard operation
string-replace-loader copied to clipboard

Can use in antd-design prefixCls replace?

Open ChenYCL opened this issue 3 years ago • 0 comments

   {
          test: /\.(css|js)$/,
          loader: 'string-replace-loader',
          exclude: /(node_modules)/,
          options: {
            multiple: [
               { search: 'ant-', replace: '$$ant' }
            ]
          }
        },

get error image

ChenYCL avatar Jan 24 '22 05:01 ChenYCL