Absolute path imports!
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// http://officeopenxml.com/WPparagraph.php
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
import { IData } from "../media/data";
|
||||
import { Num } from "../numbering/num";
|
||||
import { XmlComponent } from "../xml-components";
|
||||
import { PictureRun, Run, TextRun } from "./run";
|
||||
|
||||
import { Alignment } from "./formatting/alignment";
|
||||
|
@ -10,7 +10,8 @@ module.exports = {
|
||||
},
|
||||
|
||||
resolve: {
|
||||
extensions: ['.tsx', '.ts', '.js']
|
||||
extensions: ['.tsx', '.ts', '.js'],
|
||||
modules: [path.resolve('./src'), "node_modules"]
|
||||
},
|
||||
|
||||
module: {
|
||||
|
Reference in New Issue
Block a user