UNPKG
swingdrag
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.5.0
A nice swing effect for the jQuery UI drag function.
github.com/waxalot/swingdrag
waxalot/swingdrag
swingdrag
/
config
/
debug
/
webpack.config.js
20 lines
(18 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module
.exports = { entry:
'./src/index.ts'
,
output
: { filename:
'jquery.ui.swingdrag.js'
}, resolve: { extensions: [
'.ts'
,
'.js'
,
''
] },
module
: {
loaders
: [ { test: /\.ts?$/, loader:
'ts-loader'
, exclude: /node_modules/ } ] } };