Skip to content

Commit

Permalink
Added polyfills to support Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronhimself committed Jan 23, 2018
1 parent df8764e commit 34c907f
Show file tree
Hide file tree
Showing 7 changed files with 919 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var outputFile = 'vue-drag-drop';
var config = require('../package.json');

module.exports = {
entry: './src/index.js',
entry: ['./src/polyfills.js', './src/index.js'],
module: {
rules: [
{
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-drag-drop.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-drag-drop.common.js

Large diffs are not rendered by default.

Loading

0 comments on commit 34c907f

Please sign in to comment.