Hi, I have an error with this loader on os x!
Always returns ERROR in ReferenceError: window is not defined.
This is my setup:
loaders: [
//...
{
test: /\.html$/,
loader: 'ng-cache?prefix=[dir]/[dir]&-url'
},
{ test: /\.json$/, loader: 'json-loader' }
]
Hi, I have an error with this loader on os x!
Always returns
ERROR in ReferenceError: window is not defined.This is my setup: