SwiftnessX icon indicating copy to clipboard operation
SwiftnessX copied to clipboard

fix webpack error for camelCase,localIndentName

Open CodingSolo opened this issue 6 years ago • 0 comments

the pull request fix this error when run yarn dev

ERROR in ./app/assets/css/AddRowIcon.css (./node_modules/css-loader/dist/cjs.js??ref--7-1!./app/assets/css/AddRowIcon.css)                               
Module build failed (from ./node_modules/css-loader/dist/cjs.js):
ValidationError: Invalid options object. CSS Loader has been initialised using an options object that does not match the API schema.                     
 - **options has an unknown property 'localIdentName'.** These properties are valid:

CodingSolo avatar Aug 30 '19 09:08 CodingSolo