Skip to content

Commit

Permalink
fix(imports): enable typescript imports
Browse files Browse the repository at this point in the history
This is just a commit to get npm to publish
  • Loading branch information
jsdevtom committed May 13, 2018
1 parent 588693c commit 358ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
new UglifyJsPlugin({
sourceMap: true,
include: /\.min\.js$/,
})
}),
],
output: {
path: path.resolve(__dirname, 'dist/_bundles'),
Expand Down

0 comments on commit 358ac3a

Please sign in to comment.