Skip to content

Instantly share code, notes, and snippets.

@8bitDesigner
Created January 25, 2017 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 8bitDesigner/5c4f0b5c5540076dde8f29d55b4b736e to your computer and use it in GitHub Desktop.
Save 8bitDesigner/5c4f0b5c5540076dde8f29d55b4b736e to your computer and use it in GitHub Desktop.
export default {
bar: true
}
import foo from './foo.js'
console.log(foo)
export default {
entry: './client/index.js',
dest: './public/assets/index.js',
format: 'iife',
sourceMap: 'inline'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment