Skip to content

Commit

Permalink
Removed bootstrap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 25, 2021
1 parent 4c15642 commit 764e0db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions framework/commerce/utils/bootstrap.js

This file was deleted.

9 changes: 0 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// const providerConfig = require('./framework/bigcommerce/config.json')
// const providerNextConfig = require('./framework/bigcommerce/next.config')
// const bootstrap = require('./framework/commerce/utils/bootstrap')
// const d = require('deepmerge')

// module.exports = d(providerNextConfig, bootstrap(providerConfig))

const withCommerceConfig = require('./framework/commerce/with-config')

const commerce = { provider: 'bigcommerce' }
Expand Down Expand Up @@ -45,5 +38,3 @@ module.exports = withCommerceConfig({
].filter((x) => x)
},
})

console.log('RESULT', module.exports)

0 comments on commit 764e0db

Please sign in to comment.