vue-create-context
vue-create-context copied to clipboard
Use CommonJS module instead of ES
Make the package more compatible with different build infrastructures. Fixes #2
Imports in ES style will still work if we use Webpack
import {createContext} from 'vue-create-context'
We loose nothing as Tree Shaking in this small library makes no sense