Merge pull request #196 from creative-commoners/pulls/2/remove-js-prefix

MNT Remove js prefix from require statements
This commit is contained in:
Maxime Rainville 2021-11-16 10:49:57 +13:00 committed by GitHub
commit aad83ac30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
require('legacy/entwine/TagField.js');
require('legacy/entwine/TagField');
require('boot');