Scott

Results 26 comments of 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:

![qq 20150821103019](https://cloud.githubusercontent.com/assets/5255354/9400109/f75bbb64-47ef-11e5-838f-e17ee924b0f9.png) 大神能不能介绍一下这几个图标,没见过

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. ![react-table](https://user-images.githubusercontent.com/5255354/184924578-da11815f-e31c-4a01-b374-9e7fbb322ab6.gif)

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`...