1
Fork 0

add plugin name

This commit is contained in:
Conduitry 2018-11-11 17:44:54 -05:00
parent 8c6b05166e
commit 30073613d0
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export default () => {
const path = require('path');
return {
name: 'cheap-ts',
resolveId(importee, importer) {
if (!path.extname(importee)) {
return this.resolveId(importee + '.ts', importer);