mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 19:13:49 +01:00
fix import
This commit is contained in:
parent
a98fa80601
commit
148eace378
@ -68,7 +68,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HTMLWebpackPlugin({
|
new HTMLWebpackPlugin({
|
||||||
title: 'Doodle3D Slicer - Simple example',
|
title: 'Doodle3D Core - Simple example',
|
||||||
template: require('html-webpack-template'),
|
template: require('html-webpack-template'),
|
||||||
inject: false,
|
inject: false,
|
||||||
appMountId: 'app'
|
appMountId: 'app'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import 'babel-polyfill';
|
import 'babel-polyfill';
|
||||||
import * as POTRACE from 'potrace-js';
|
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) => {
|
self.addEventListener('message', (event) => {
|
||||||
switch (event.data.msg) {
|
switch (event.data.msg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user