mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
remove webpack loader syntax from js
This commit is contained in:
parent
d84fef2ef9
commit
4fb2646502
@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
import css from '../utils/css';
|
||||
import saveDialogueContents from 'html!./saveDialogue.html';
|
||||
import saveDialogueContents from './saveDialogue.html';
|
||||
import ControllerFactory from '../controllers/ControllerFactory';
|
||||
import Controller from '../controllers/Controller';
|
||||
import BooleanController from '../controllers/BooleanController';
|
||||
|
@ -50,6 +50,10 @@ module.exports = {
|
||||
{
|
||||
test: /\.scss$/,
|
||||
loader: 'css-loader!sass-loader'
|
||||
},
|
||||
{
|
||||
test: /\.html$/,
|
||||
loader: 'html-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user