Skip to content

Commit 358ac3a

Browse files
committed
fix(imports): enable typescript imports
This is just a commit to get npm to publish
1 parent 588693c commit 358ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
new UglifyJsPlugin({
2525
sourceMap: true,
2626
include: /\.min\.js$/,
27-
})
27+
}),
2828
],
2929
output: {
3030
path: path.resolve(__dirname, 'dist/_bundles'),

0 commit comments

Comments
 (0)