Commit 085a4c65 authored by JC Brand's avatar JC Brand

Small config fixes

- fix import path
- remove unnecessary lines in webpack config
- remove unused file
parent 0759ecfb
CHANGES.rst merge=union
...@@ -8,12 +8,14 @@ ...@@ -8,12 +8,14 @@
// //
/*global escape, Uint8Array */ /*global escape, Uint8Array */
import * as strophe from 'strophe.js/src/core';
import Backbone from "backbone"; import Backbone from "backbone";
import Promise from "es6-promise/dist/es6-promise.auto"; import Promise from "es6-promise/dist/es6-promise.auto";
import { Strophe } from "strophe.js";
import _ from "../lodash.noconflict"; import _ from "../lodash.noconflict";
import sizzle from "sizzle"; import sizzle from "sizzle";
const Strophe = strophe.default.Strophe;
/** /**
* The utils object * The utils object
......
...@@ -164,8 +164,6 @@ function parameterize () { ...@@ -164,8 +164,6 @@ function parameterize () {
"lodash.converter": "lodash.converter", "lodash.converter": "lodash.converter",
"lodash.noconflict": "lodash.noconflict", "lodash.noconflict": "lodash.noconflict",
"strophe": "strophe", "strophe": "strophe",
"strophe.ping": "strophe.ping",
"strophe.rsm": "strophe.rsm",
"window": "window" "window": "window"
}], }],
output: { output: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment