christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Cannot resolve module 'expect' #202

Open TAQ2 opened 7 years ago

TAQ2 commented 7 years ago

Hello,

when I use the following in a quick start simple setup with expect added as a npm package

import expect from 'expect'

I get the error Module not found: Error: Cannot resolve module 'expect' in /api/sandbox/14812126786144489

Many thanks for your help