optimize-css-assets-webpack-plugin icon indicating copy to clipboard operation
optimize-css-assets-webpack-plugin copied to clipboard

JisonLexerError: Lexical error on line 1: Unrecognized text

Open Dewyzee opened this issue 5 years ago • 3 comments

os: macos Mojave 10.14.2 env: node v8.15.0 version(optimize-css-assets-webpack-plugin): 3.2.1 error: image sourceCode:

.tab-layer {
    width: 100%;
    height: calc(~'100vh - 0.97REM');
    display: flex;
    flex-direction: column;
    position: relative;
  }

Dewyzee avatar Jul 01 '19 02:07 Dewyzee

Can you provide a node and npm version and a sample code to reproduce the issue please?

NMFR avatar Aug 30 '20 15:08 NMFR

+1 on node v10.17.0

jooohyunpark avatar Feb 02 '21 21:02 jooohyunpark