Skip to content
Snippets Groups Projects
Commit 2bbfaf8f authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

remove extra webpack

parent 25e1de28
No related branches found
No related tags found
No related merge requests found
module.exports = {
devtool: 'source-map',
module: {
loaders: [
{test: /\.tsx?$/, loader: "ts-loader"},
{test: /\.js$/, loader: "source-map-loader"}
]
},
resolve: {
extensions: [".ts", ".tsx", ".js", '.jsx']
},
externals: {
"jquery": "$",
"custom-ol": "ol",
"react": "React",
"react-dom": "ReactDOM",
"jquery-ui": "$"
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment