marko-js-archive / marko-loader

DEPRECATED: see https://github.com/marko-js/webpack
MIT License
10 stars 12 forks source link

doesn't work in webpack 4 #22

Closed cameronbraid closed 6 years ago

cameronbraid commented 6 years ago

in src/index.js this.options is null on line 17 when using webpack 4

changing to :

const module = this.options && this.options.module;

makes the loader work, but that is surely not a correct solution

austinkelleher commented 6 years ago

Fixed by https://github.com/marko-js/marko-loader/pull/24