mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-04 21:53:24 +01:00
fix import
This commit is contained in:
parent
a98fa80601
commit
148eace378
@ -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'
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user