fix import

This commit is contained in:
casperlamboo 2017-11-15 16:12:33 +01:00
parent a98fa80601
commit 148eace378
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ module.exports = {
},
plugins: [
new HTMLWebpackPlugin({
title: 'Doodle3D Slicer - Simple example',
title: 'Doodle3D Core - Simple example',
template: require('html-webpack-template'),
inject: false,
appMountId: 'app'

View File

@ -1,6 +1,6 @@
import 'babel-polyfill';
import * as POTRACE from 'potrace-js';
import { POTRACE_OPTIONS } from '../src/constants/d2Constants.js';
import { POTRACE_OPTIONS } from '@doodle3d-core/constants/d2Constants.js';
self.addEventListener('message', (event) => {
switch (event.data.msg) {