Skip to content

Commit

Permalink
push to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed May 30, 2018
1 parent 161c1f0 commit ce76e2d
Show file tree
Hide file tree
Showing 10 changed files with 8,823 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -38,4 +38,4 @@ Public/**/*

# build
build/*
dist/*
#dist/*
4 changes: 2 additions & 2 deletions .webpack/prod.js
Expand Up @@ -6,7 +6,7 @@ module.exports = function (options) {
delete options.entry.bundle;
options.devtool = 'cheap-module-source-map';
options.plugins = [
new extractTextPlugin("[name].[chunkhash:8].min.css"),
new extractTextPlugin("[name].css"),
];
options.plugins.unshift(new webpack.LoaderOptionsPlugin({
minimize: true,
Expand All @@ -21,4 +21,4 @@ module.exports = function (options) {
sourceMap: true
}));
return options;
};
};
2 changes: 2 additions & 0 deletions dist/mplayer.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mplayer.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/mplayer.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mplayer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce76e2d

Please sign in to comment.