Skip to content

Conversation

adumesny
Copy link
Member

No description provided.

* use webpack to bundle gridstack.all.js (all inclusive, works in browsers)
* use tsc to compile each .TS into ES6 modules
verified that you can now do this in a sample app

import { GridStack } from 'gridstack';
import 'gridstack/dist/gridstack.css';

var grid = GridStack.init();
@adumesny adumesny merged commit be7f0d6 into gridstack:typescript Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant