import 'semantic-ui-css/semantic.min.css' import { Modal, Button, Icon } from 'semantic-ui-react' import SmallImage from './SmallImage.png' import LargeImage from './LargeImage.png' import './styles.css' export default () => (
Show Modal}> publicPath should be set to /_next/static/

Larger content should be still availble as a fallback to fileLoader but it should not polute /.next/static/css folder. You should see two images below. One, smaller, loaded as data url, and one, bigger, loaded via url.

A small image should be loaded as data url: {SmallImage.substr(0, 100)}...

A large image should be loaded as a url: {LargeImage}

You should also still be able to load regular css. This text should have border.

)