FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 113 forks source link

Warning in build with 14.3 #263

Closed hisuwh closed 6 years ago

hisuwh commented 6 years ago

I get the following warning when building my application with redux-little-router version 14.3

Build using webpack

WARNING in ./node_modules/redux-little-router/es/immutable/util/immutable.js
Module not found: Error: Can't resolve 'immutable' in 'D:\code\App\node_modules\redux-little-router\es\immutable\util'
 @ ./node_modules/redux-little-router/es/immutable/util/immutable.js 14:14-34
 @ ./node_modules/redux-little-router/es/immutable/components/props-to-js.js
 @ ./node_modules/redux-little-router/es/immutable/components/fragment.js
 @ ./node_modules/redux-little-router/es/index.js
 @ ./src/index.tsx
ryan-roemer commented 6 years ago

@hisuwh -- We've already got this one at #261 -- Thanks!

(You can ignore the warning -- we're working on the bigger problem of tree shaking not working at the same time...)