Scott
Scott
@mrmlnc sorry, I don't understand your words. In the provided example I just use the default options.
we hit the same issue. i haven't found a solution with my poor knowledge :sob:
 大神能不能介绍一下这几个图标,没见过
the usage: ``` function tranform5To6(src) { return lebab.transform(src, [ 'arrow', 'for-of', 'arg-rest', 'arg-spread', 'obj-method', 'obj-shorthand', 'commonjs', 'multi-var', 'let', 'includes', 'template', 'default-param', 'class' ]).code } ``` I'm sorry, i don't know...
@lcxfs1991 ,请问你了解 [这个issue](https://github.com/webpack/webpack/issues/2579) 怎么破? 另外,你那个插件生成的模块好像不会经过匹配loader的处理?
调试工具吗?node-inspector, webstorm, vscode 还是其他因素?
I think I could reproduce it too. Easily with large row size. 
it can be implemented introducing a **breaking change** like the generated module export an **object** with `url` and `content`, not just an `url`.
There is not only one use case of yours. In common case, ngtemplate-loader process a string with `module.exports = .....`. Therefore, you can chain another loader like `raw` or `html`...