标签: webpack
完成import { async } from '@angular/core/testing' ... describe('a test', async() => { expect('some async thing').toWork(); }); 后,安装开始向我返回extract-text-webpack-plugin
import { async } from '@angular/core/testing' ... describe('a test', async() => { expect('some async thing').toWork(); });
extract-text-webpack-plugin
erro [1] "loader" must be a string
来自repository的链接