Skip to content

Commit

Permalink
feat(index): use main module export
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Jun 23, 2016
1 parent c01364d commit f7c9626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {WebpackConfig, get} from '@easy-webpack/core'
import * as webpack from 'webpack'

export function jQuery() {
export = function jQuery() {
return function jQuery(this: WebpackConfig): WebpackConfig {
return {
plugins: [
Expand Down

0 comments on commit f7c9626

Please sign in to comment.