Skip to content

Commit

Permalink
Merge pull request #76 from crunchex/crunchex-loader-suffix
Browse files Browse the repository at this point in the history
Fix for a breaking change in webpack2 for loaders
  • Loading branch information
flavioribeiro authored Apr 16, 2017
2 parents b88214b + a325b18 commit 8413b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import {Browser, Events, Flash, Mediator, Styler, UICorePlugin, template} from 'clappr'

import flashHTML from '../public/flash.html'
import flashStyle from '!raw!sass!../public/flash.scss'
import flashStyle from '!raw-loader!sass-loader!../public/flash.scss'

export default class RTMP extends Flash {
get name() { return 'rtmp' }
Expand Down

0 comments on commit 8413b50

Please sign in to comment.