try with crlf

pull/4886/head
pushkine 5 years ago
parent deab67bb04
commit 40de1feb95

@ -8,7 +8,7 @@ jobs:
node-version: [8, 10, 12, 14]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- run: git config --global core.autocrlf false
- run: git config --global
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:

@ -65,7 +65,7 @@ export default [
}),
ts_plugin,
{
writeBundle(_options, bundle) {
writeBundle(bundle) {
if (dir === 'internal') {
const mod = bundle['index.mjs'];
if (mod) {

Loading…
Cancel
Save