yemount / pose-animator

Apache License 2.0
8.73k stars 961 forks source link

Unterminated string constant (17287:12) #57

Closed lookcat closed 3 years ago

lookcat commented 3 years ago
1. yarn add paper
2. vi paper-full.js
3. search  /^(inline|both)$/.test(sourceMaps)

4. change 
if (/^(inline|both)$/.test(sourceMaps)) {
                code += "\n/*# source" + "MappingURL=data:application/json;base64,"
                        + self.btoa(unescape(encodeURIComponent(
                            JSON.stringify(map))));
            }

https://github.com/webpack-contrib/style-loader/pull/132/files