serverless-heaven / serverless-webpack

Serverless plugin to bundle your lambdas with Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples still use old Webpack 1.x module.loaders properties

HyperBrain opened this issue · comments

This is a Bug Report

Description

The examples in the repository still use the old (and deprecated) module.loaders configuration for Webpack. This should be switched to the new module.rules semantics.