Skip to content

Commit

Permalink
revert to 'require' statement for 'bundle-vendor' file
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizalfaza authored and axe312ger committed Mar 2, 2019
1 parent 5f6ee69 commit bf4908e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bundle-vendor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { execSync } from 'child-process'
import { existsSync } from 'fs'
import { resolve } from 'path'
const { execSync } = require('child_process')
const { existsSync } = require('fs')
const { resolve } = require('path')

const builds = [
{
Expand Down

0 comments on commit bf4908e

Please sign in to comment.