/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/plugins/source-map-dev-tool-plugin~append/index.js
6 строк
300 B
shawtung
Add [file] placeholder for sourceMappingURL
04 июл 2019, 06:38
04 июл 2019, 06:38
1f22f35
Код
Авторство
О чём код?
it("should have [file] replaced with chunk filename in append", function() { var fs = require("fs"), path = require("path"); var source = fs.readFileSync(path.join(__dirname, "some-test.js"), "utf-8"); expect(source).toMatch("//# sourceMappingURL=http://localhost:50505/some-test.js.map"); });