Small config fixes

- fix import path
- remove unnecessary lines in webpack config
- remove unused file
This commit is contained in:
JC Brand 2019-06-04 20:34:33 +02:00
parent 0759ecfb9e
commit 085a4c6535
3 changed files with 3 additions and 4 deletions

1
docs/.gitattributes vendored
View File

@ -1 +0,0 @@
CHANGES.rst merge=union

View File

@ -8,12 +8,14 @@
//
/*global escape, Uint8Array */
import * as strophe from 'strophe.js/src/core';
import Backbone from "backbone";
import Promise from "es6-promise/dist/es6-promise.auto";
import { Strophe } from "strophe.js";
import _ from "../lodash.noconflict";
import sizzle from "sizzle";
const Strophe = strophe.default.Strophe;
/**
* The utils object

View File

@ -164,8 +164,6 @@ function parameterize () {
"lodash.converter": "lodash.converter",
"lodash.noconflict": "lodash.noconflict",
"strophe": "strophe",
"strophe.ping": "strophe.ping",
"strophe.rsm": "strophe.rsm",
"window": "window"
}],
output: {